mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 15:31:31 +00:00
qt coin control status bar: don't defer 'Coins' tab updates
otherwise the cc sb only gets updated if tab when that tab is visible
This commit is contained in:
parent
cc5624fb20
commit
614a38ae5c
1 changed files with 1 additions and 2 deletions
|
@ -71,8 +71,7 @@ class UTXOList(MyTreeView):
|
||||||
self.update()
|
self.update()
|
||||||
|
|
||||||
def update(self):
|
def update(self):
|
||||||
if self.maybe_defer_update():
|
# not calling maybe_defer_update() as it interferes with coincontrol status bar
|
||||||
return
|
|
||||||
utxos = self.wallet.get_utxos()
|
utxos = self.wallet.get_utxos()
|
||||||
self._maybe_reset_spend_list(utxos)
|
self._maybe_reset_spend_list(utxos)
|
||||||
self._utxo_dict = {}
|
self._utxo_dict = {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue