mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 06:03:44 +02:00
...
This commit is contained in:
parent
cd50b844ea
commit
7c80c4cfe4
1 changed files with 0 additions and 1 deletions
|
|
@ -956,7 +956,6 @@ def __init__(self, args, force_calibre_style=False, override_program_name=None,
|
|||
p.setColor(p.Inactive, role, p.color(p.Active, role))
|
||||
self.setPalette(p)
|
||||
|
||||
if iswindows:
|
||||
# Prevent text copied to the clipboard from being lost on quit due to
|
||||
# Qt 5 bug: https://bugreports.qt-project.org/browse/QTBUG-41125
|
||||
self.aboutToQuit.connect(self.flush_clipboard)
|
||||
|
|
|
|||
Loading…
Reference in a new issue