fix #3619: set correct parent window
This commit is contained in:
@@ -93,6 +93,6 @@ class AddressDialog(WindowModalDialog):
|
|||||||
def show_qr(self):
|
def show_qr(self):
|
||||||
text = self.address
|
text = self.address
|
||||||
try:
|
try:
|
||||||
self.parent.show_qrcode(text, 'Address')
|
self.parent.show_qrcode(text, 'Address', parent=self)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.show_message(str(e))
|
self.show_message(str(e))
|
||||||
|
|||||||
Reference in New Issue
Block a user