This commit is contained in:
ThomasV 2014-05-08 19:12:13 +02:00
parent 5a312290e2
commit a8558a21bc
1 changed files with 5 additions and 0 deletions

View File

@ -243,6 +243,11 @@ class ElectrumGui:
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()