mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 15:31:31 +00:00
fix #4039
This commit is contained in:
parent
ab042a0914
commit
6b7d5abd29
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class AddressList(MyTreeWidget):
|
|||
address_item.setText(0, _('receiving'))
|
||||
address_item.setBackground(0, ColorScheme.GREEN.as_color(True))
|
||||
address_item.setFont(1, QFont(MONOSPACE_FONT))
|
||||
address_item.setData(1, Qt.UserRole, address)
|
||||
address_item.setData(0, Qt.UserRole, address) # column 0; independent from address column
|
||||
if self.wallet.is_frozen(address):
|
||||
address_item.setBackground(1, ColorScheme.BLUE.as_color(True))
|
||||
if self.wallet.is_beyond_limit(address):
|
||||
|
|
Loading…
Add table
Reference in a new issue