mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
99be31bc26
Layout objects are usually ephemereal, but when saved and re-used between frames their measurements are not updated with varying pixel density and font scaling. Go back to storing unconverted ui.Values instead of raw pixels, and convert them at each use. Signed-off-by: Elias Naur <mail@eliasnaur.com>