fix view leak and add view count
This commit is contained in:
1 parent
74d01d14d4
commit
44a8b1cbeb
7 files changed
+41
-18
No files matched your search
@@ -273,6 +273,7 @@ pub struct WidgetInstance {
|
||||
pub span: Range<usize>,
|
||||
pub children: Vec<Id>,
|
||||
pub parent: Option<Id>,
|
||||
pub textures: Vec<TextureHandle>,
|
||||
}
|
||||
pub type ActiveWidgets = HashMap<Id, WidgetInstance>;
|
||||
|
||||
|
||||
Reference in new issue
Block a user