Redraw the page even if the user did not select any rendering mode, otherwise nothing is displayed (except menu).

This commit is contained in:
Tigran Aivazian
2012-08-29 12:09:41 +01:00
parent b0b0b85ca1
commit c6a1d22bc9

View File

@@ -50,8 +50,8 @@ function DJVUReader:select_render_mode()
Debug("select_render_mode(), render_mode=", self.render_mode)
self:clearCache()
self.doc:cleanCache()
self:redrawCurrentPage()
end
self:redrawCurrentPage()
end
----------------------------------------------------