Update paged layout on window resize

This commit is contained in:
Kovid Goyal 2016-04-29 20:57:15 +05:30
parent fad0e76875
commit 0f994abe2f

View File

@ -95,6 +95,8 @@ class Boss:
pass # TODO: Update CFI
def onresize(self):
if current_layout_mode() is not 'flow':
self.do_layout()
self.update_cfi()
def onwheel(self, evt):