Qt: Refresh view on wallet options widget shown #fixes 1838#2239
Conversation
Refresh view when wallet options widget is shown, so that changes applied in debug console are visible in the widget.
|
Hello, thanks for the contributions, adding some missing context to this and a possible solution. The issue is the split threshold set from the RPC command that is not notifying the options model to update the split threshold data specific row (without it, there is no view update triggered for the widget/view connected to it). The wallet option widget doesn't need to poll for the data at every show (nor refresh the entire options data set which triggers the view update for every other option data listener as well). As the RPC commands don't have access to the options model, a good solution to this would be: |
|
Fixed within #2293 |
Refresh view when wallet options widget is shown, so that changes applied in debug console are visible in the widget.

