1
0

make txdialog a nonmodal widget

This commit is contained in:
ThomasV
2015-06-07 16:51:27 +02:00
parent 0b874b2bb0
commit 5a4a9f5369
2 changed files with 7 additions and 6 deletions

View File

@@ -570,7 +570,7 @@ class ElectrumWindow(QMainWindow):
def show_transaction(self, tx):
import transaction_dialog
d = transaction_dialog.TxDialog(tx, self)
d.exec_()
d.show()
def update_history_tab(self):
domain = self.wallet.get_account_addresses(self.current_account)