mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
record ButtonDialog.dimen
This commit is contained in:
@@ -63,4 +63,9 @@ function ButtonDialog:onClose()
|
||||
return true
|
||||
end
|
||||
|
||||
function ButtonDialog:paintTo(...)
|
||||
InputContainer.paintTo(self, ...)
|
||||
self.dimen = self[1][1].dimen -- FrameContainer
|
||||
end
|
||||
|
||||
return ButtonDialog
|
||||
|
||||
Reference in New Issue
Block a user