fix view leak and add view count
This commit is contained in:
@@ -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