issue a full refresh when changing rotation

pull/1349/head
Hans-Werner Hilse 10 years ago
parent 1a6dc93b99
commit 05503791b4

@ -558,6 +558,7 @@ function ReaderView:onSetScreenMode(new_mode, rotation)
else
Screen:setScreenMode(new_mode)
end
UIManager:setDirty(self.dialog, "full")
self.ui:handleEvent(Event:new("SetDimensions", Screen:getSize()))
self.ui:handleEvent(Event:new("InitScrollPageStates"))
end

Loading…
Cancel
Save