mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
cd50b844ea
commit
7c80c4cfe4
@ -956,7 +956,6 @@ class Application(QApplication):
|
|||||||
p.setColor(p.Inactive, role, p.color(p.Active, role))
|
p.setColor(p.Inactive, role, p.color(p.Active, role))
|
||||||
self.setPalette(p)
|
self.setPalette(p)
|
||||||
|
|
||||||
if iswindows:
|
|
||||||
# Prevent text copied to the clipboard from being lost on quit due to
|
# Prevent text copied to the clipboard from being lost on quit due to
|
||||||
# Qt 5 bug: https://bugreports.qt-project.org/browse/QTBUG-41125
|
# Qt 5 bug: https://bugreports.qt-project.org/browse/QTBUG-41125
|
||||||
self.aboutToQuit.connect(self.flush_clipboard)
|
self.aboutToQuit.connect(self.flush_clipboard)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user