From 5df98073089343de95b5ab24e18dfda19b992474 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 9 Mar 2014 09:31:26 +0530 Subject: [PATCH] Fix leaving full screen mode not removing max height restriction --- resources/compiled_coffeescript.zip | Bin 81090 -> 81140 bytes .../ebooks/oeb/display/full_screen.coffee | 1 + 2 files changed, 1 insertion(+) diff --git a/resources/compiled_coffeescript.zip b/resources/compiled_coffeescript.zip index fa675be5040264752ec6a0bfc79bcaaec8c7e59c..b8b7c199d5110342dcf9090e17a2e97f15a35b43 100644 GIT binary patch delta 225 zcmX@~ljX}#mJMRrLYKTVT~w~z{3F4|zyQLE4AU=~Gm37u&2D6!ydqC^^6yz(lg(HK zCZ8z~n=CY2c=GnQf}2?jV~_En>YQF+&KS>_JpF<>qc_vyZm=QK-&-?sO}DXN)M9Fz z0THRSU^HUl|2}=A1*1DtCF}GFmW(3P`79ZYneOpHICuCMd8emXGHNldo8E89sL%Lq z`hH8sDvcxyiE E09SZQ`v3p{ delta 220 zcmezJljYD)mJMRrlPAnz;Z4@u{oolV0|N*vPF^@eY_n~4BkN?_Z|sxpS=lH5EfAZ0 zyFh3V|?bGnJx%T(-)aD#xog~POdLin67NWsKr<~-Oqy2iz#FVP)Kz8 zdJ9G)rn}!j?8y$_Ii^_xRk%;rwq*2RUc<*Y{Wl+@!gR1;&GdtojQWg6rhl|#tkN(r zF-}ZOHZx4MFi*8eGByKJ$%#ppW@d@TDJiMOM#dIthL))Y=F<;aGm3*O;n=>(iqVM) E0BMg(r2qf` diff --git a/src/calibre/ebooks/oeb/display/full_screen.coffee b/src/calibre/ebooks/oeb/display/full_screen.coffee index 7c5adc3f3c..2e1ee204c7 100644 --- a/src/calibre/ebooks/oeb/display/full_screen.coffee +++ b/src/calibre/ebooks/oeb/display/full_screen.coffee @@ -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'