fix #3016
This commit is contained in:
@@ -151,7 +151,10 @@ class TxDialog(QDialog, MessageBoxMixin):
|
|||||||
event.ignore()
|
event.ignore()
|
||||||
else:
|
else:
|
||||||
event.accept()
|
event.accept()
|
||||||
|
try:
|
||||||
dialogs.remove(self)
|
dialogs.remove(self)
|
||||||
|
except ValueError:
|
||||||
|
pass # was not in list already
|
||||||
|
|
||||||
def show_qr(self):
|
def show_qr(self):
|
||||||
text = bfh(str(self.tx))
|
text = bfh(str(self.tx))
|
||||||
|
|||||||
Reference in New Issue
Block a user