anti alias rounded corners in UI

This commit is contained in:
zwim
2024-02-26 19:51:01 +01:00
parent 764f8ba647
commit 58b3367d18
3 changed files with 22 additions and 7 deletions

View File

@@ -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