autocommit 2022-04-23 01:40:39 CEST
This commit is contained in:
parent
e3b3d848c3
commit
025efbaccc
4 changed files with 19 additions and 45 deletions
|
|
@ -29,7 +29,7 @@ impl PlaceholderNode {
|
|||
pub fn new_for(state: &Rc<State>, node: Rc<dyn ToplevelNode>) -> Self {
|
||||
Self {
|
||||
id: state.node_ids.next(),
|
||||
toplevel: ToplevelData::new(state, node.tl_title(), node.node_client()),
|
||||
toplevel: ToplevelData::new(state, node.tl_data().title.borrow_mut().clone(), node.node_client()),
|
||||
destroyed: Default::default(),
|
||||
texture: Default::default(),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue