switch to Rc<RefCell<...>> for widget storage
This commit is contained in:
@@ -3,7 +3,7 @@ use std::marker::PhantomData;
|
||||
use crate::prelude::*;
|
||||
|
||||
pub struct Stack {
|
||||
pub children: Vec<WidgetId>,
|
||||
pub children: Vec<WidgetRef>,
|
||||
pub size: StackSize,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user