1
0

Address history dialog -> window modal

This commit is contained in:
Neil Booth
2015-12-22 22:11:37 +09:00
parent d98451f114
commit 68da937e89
2 changed files with 4 additions and 6 deletions

View File

@@ -607,7 +607,7 @@ class ElectrumWindow(QMainWindow, PrintError):
def show_address(self, addr):
import address_dialog
d = address_dialog.AddressDialog(addr, self)
d = address_dialog.AddressDialog(self, addr)
d.exec_()
def show_transaction(self, tx, tx_desc = None):