mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 00:53:24 +02:00
Fix leaving full screen mode not removing max height restriction
This commit is contained in:
parent
777a43308b
commit
5df9807308
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
|
@ -40,6 +40,7 @@ class FullScreen
|
|||
window.removeEventListener('click', this.handle_click, false)
|
||||
if in_paged_mode
|
||||
window.paged_display.max_col_width = -1
|
||||
window.paged_display.max_col_height = -1
|
||||
else
|
||||
s = document.body.style
|
||||
s.maxWidth = 'none'
|
||||
|
|
|
|||
Loading…
Reference in a new issue