1
0
Fork 0
forked from wry/wry

tree: don't attach container node to parent during construction

This commit is contained in:
Julian Orth 2024-02-21 13:31:54 +01:00
parent 7f37e107af
commit 0ab9ec3b75
4 changed files with 31 additions and 35 deletions

View file

@ -107,11 +107,6 @@ pub trait ToplevelNode: Node {
self.tl_extents_changed();
self.tl_title_changed();
self.tl_active_changed();
self.tl_after_parent_set(parent);
}
fn tl_after_parent_set(&self, parent: Rc<dyn ContainingNode>) {
let _ = parent;
}
fn tl_active_changed(&self) {