You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/ui/widget/container
poire-z 03bbba249a
MovableContainer: avoid refresh glitches on close (#5094)
The contained widget may not have integer position/dimen
(which should probably be fixed in those that don't ensure
that), and our maths could eventually make them even more
shifted by fractional parts.
In the end, when closing the widget, the refresh code may
miss painting/cleaning 1px and leave a border of the widget
on the screen.
5 years ago
..
alphacontainer.lua
bottomcontainer.lua
centercontainer.lua
framecontainer.lua
inputcontainer.lua
leftcontainer.lua
movablecontainer.lua MovableContainer: avoid refresh glitches on close (#5094) 5 years ago
rightcontainer.lua
topcontainer.lua
underlinecontainer.lua
widgetcontainer.lua