fix #3619: set correct parent window
This commit is contained in:
parent
322d1bd1d0
commit
a94789b8ef
@ -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))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user