mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Without this fix, self.dimen is shared among all inputcontainers intances, which breaks some of the UI rendering. All widget should set/initialize their own self.dimen in self:init() method.