mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
partial refresh when switching config panel
This commit is contained in:
@@ -56,7 +56,7 @@ end
|
||||
|
||||
function MenuBarItem:invert(invert)
|
||||
self[1].invert = invert
|
||||
UIManager:setDirty(self.config)
|
||||
UIManager:setDirty(self.config, "partial")
|
||||
end
|
||||
|
||||
local OptionTextItem = InputContainer:new{}
|
||||
|
||||
Reference in New Issue
Block a user