mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
CRe margins: hide bottom menu on change (#5000)
So we can immediately see how's the bottom margin.
This commit is contained in:
@@ -68,6 +68,9 @@ function InputContainer:paintTo(bb, x, y)
|
||||
if self[1] == nil then
|
||||
return
|
||||
end
|
||||
if self.skip_paint then
|
||||
return
|
||||
end
|
||||
|
||||
if not self.dimen then
|
||||
local content_size = self[1]:getSize()
|
||||
|
||||
Reference in New Issue
Block a user