mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 09:23:41 +02:00
Remove note about fixed Qt bug
This commit is contained in:
parent
21c6ceda01
commit
6786099274
1 changed files with 0 additions and 2 deletions
|
|
@ -198,8 +198,6 @@ def on_keydown(self, ev):
|
|||
if ev.key is 'Escape':
|
||||
self.hide()
|
||||
return
|
||||
# Note that in the standalone viewer MediaPlayPause is currently broken
|
||||
# in Qt: https://bugreports.qt.io/browse/QTBUG-89915
|
||||
if ev.key is ' ' or ev.key is 'MediaPlayPause' or ev.key is 'PlayPause':
|
||||
self.toggle()
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in a new issue