mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Alt status bar: full repaint on font size change
This commit is contained in:
@@ -303,6 +303,8 @@ function ReaderCoptListener:getAltStatusBarMenu()
|
||||
-- we keep open, no need to handle this case.
|
||||
self:setAndSave("cre_header_status_font_size", "crengine.page.header.font.size", spin.value)
|
||||
if touchmenu_instance then touchmenu_instance:updateItems() end
|
||||
-- Repaint the whole page, as changing this should cause a re-rendering
|
||||
UIManager:setDirty(self.view.dialog, "ui")
|
||||
end
|
||||
}
|
||||
UIManager:show(size_spinner)
|
||||
|
||||
Reference in New Issue
Block a user