1
0
Fork 0
forked from wry/wry

toplevel: store containing float

This commit is contained in:
Julian Orth 2025-07-16 21:21:00 +02:00
parent a333198658
commit a97e92ccea
4 changed files with 51 additions and 8 deletions

View file

@ -958,6 +958,10 @@ impl ContainingNode for FloatNode {
}
self.toggle_pinned();
}
fn cnode_get_float(self: Rc<Self>) -> Option<Rc<FloatNode>> {
Some(self)
}
}
impl StackedNode for FloatNode {