TEXT SELECTION

This commit is contained in:
iris committed 2025-11-21 23:56:31 -05:00
1 parent 246caffb34
commit 1cec56e847
10 files changed
+332 -69

No files matched your search

-2
View File
@@ -17,8 +17,6 @@ pub struct Painter<'a, 'c> {
children: Vec<Id>,
children_width: HashMap<Id, (UiVec2, Len)>,
children_height: HashMap<Id, (UiVec2, Len)>,
/// whether this widget depends on region's final pixel size or not
/// TODO: decide if point (pt) should be used here instead of px
pub layer: usize,
id: Id,
}