mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04: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
@ -1119,7 +1119,7 @@ class EbookViewer(MainWindow, Ui_EbookViewer):
|
||||
event.accept()
|
||||
return
|
||||
if self.isFullScreen():
|
||||
self.toggle_fullscreen()
|
||||
self.action_full_screen.trigger()
|
||||
event.accept()
|
||||
return
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user