mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
anti alias rounded corners in UI
This commit is contained in:
@@ -74,7 +74,7 @@ function InputContainer:paintTo(bb, x, y)
|
||||
local content_size = self[1]:getSize()
|
||||
self.dimen = Geom:new{
|
||||
x = x, y = y,
|
||||
w = content_size.w, h = content_size.h
|
||||
w = content_size.w, h = content_size.h,
|
||||
}
|
||||
else
|
||||
self.dimen.x = x
|
||||
|
||||
Reference in New Issue
Block a user