mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Merge pull request #5253 from AbdussamadA/update-utxo-list-label
Update utxo list when label is changed on history list
This commit is contained in:
commit
241a37d12d
1 changed files with 1 additions and 0 deletions
|
@ -248,6 +248,7 @@ class HistoryModel(QAbstractItemModel, Logger):
|
|||
tx_item['label'] = self.parent.wallet.get_label(get_item_key(tx_item))
|
||||
topLeft = bottomRight = self.createIndex(row, 2)
|
||||
self.dataChanged.emit(topLeft, bottomRight, [Qt.DisplayRole])
|
||||
self.parent.utxo_list.update()
|
||||
|
||||
def get_domain(self):
|
||||
'''Overridden in address_dialog.py'''
|
||||
|
|
Loading…
Add table
Reference in a new issue