mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +00:00
minor fix: parent.wallet
This commit is contained in:
parent
50bc50d78d
commit
50fed3dce5
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ class MyTreeWidget(QTreeWidget):
|
||||||
if text:
|
if text:
|
||||||
item.setForeground(self.edit_column, QBrush(QColor('black')))
|
item.setForeground(self.edit_column, QBrush(QColor('black')))
|
||||||
else:
|
else:
|
||||||
text = self.wallet.get_default_label(key)
|
text = self.parent.wallet.get_default_label(key)
|
||||||
item.setText(self.edit_column, text)
|
item.setText(self.edit_column, text)
|
||||||
item.setForeground(self.edit_column, QBrush(QColor('gray')))
|
item.setForeground(self.edit_column, QBrush(QColor('gray')))
|
||||||
self.is_edit = False
|
self.is_edit = False
|
||||||
|
|
Loading…
Add table
Reference in a new issue