1
0
Fork 0
forked from wry/wry

autocommit 2022-04-23 01:40:39 CEST

This commit is contained in:
Julian Orth 2022-04-23 01:40:39 +02:00
parent e3b3d848c3
commit 025efbaccc
4 changed files with 19 additions and 45 deletions

View file

@ -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(),
}