TEXT SELECTION
This commit is contained in:
1 parent
246caffb34
commit
1cec56e847
10 files changed
+332
-69
No files matched your search
@@ -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,
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user