fix: crash when closing qrscanner window (see #3546)
This commit is contained in:
@@ -56,6 +56,8 @@ class ScanQRTextEdit(ButtonsTextEdit, MessageBoxMixin):
|
|||||||
except BaseException as e:
|
except BaseException as e:
|
||||||
self.show_error(str(e))
|
self.show_error(str(e))
|
||||||
data = ''
|
data = ''
|
||||||
|
if not data:
|
||||||
|
data = ''
|
||||||
self.setText(data)
|
self.setText(data)
|
||||||
return data
|
return data
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user