fix #680
This commit is contained in:
@@ -243,6 +243,11 @@ class ElectrumGui:
|
|||||||
|
|
||||||
self.app.exec_()
|
self.app.exec_()
|
||||||
|
|
||||||
|
# clipboard persistence
|
||||||
|
# see http://www.mail-archive.com/pyqt@riverbankcomputing.com/msg17328.html
|
||||||
|
event = QtCore.QEvent(QtCore.QEvent.Clipboard)
|
||||||
|
self.app.sendEvent(self.app.clipboard(), event)
|
||||||
|
|
||||||
wallet.stop_threads()
|
wallet.stop_threads()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user