mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-23 21:44:49 +01:00
E-book viewer: Fix pressing the Esc key to leave full screen mode not changing the state of the full screen button
This commit is contained in:
parent
ea6b203b37
commit
777a43308b
1 changed files with 1 additions and 1 deletions
|
|
@ -1119,7 +1119,7 @@ def keyPressEvent(self, event):
|
|||
event.accept()
|
||||
return
|
||||
if self.isFullScreen():
|
||||
self.toggle_fullscreen()
|
||||
self.action_full_screen.trigger()
|
||||
event.accept()
|
||||
return
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue