mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-04 21:05:11 +00:00
Fix prior; keep tx dialog as top-level window
This commit is contained in:
parent
d9a13a5dd1
commit
d9a84875dc
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class TxDialog(QDialog, MessageBoxMixin):
|
|||
'''Transactions in the wallet will show their description.
|
||||
Pass desc to give a description for txs not yet in the wallet.
|
||||
'''
|
||||
QDialog.__init__(self, parent)
|
||||
QDialog.__init__(self, parent=None) # Top-level window
|
||||
self.tx = tx
|
||||
self.tx.deserialize()
|
||||
self.main_window = parent
|
||||
|
|
Loading…
Add table
Reference in a new issue