tree: allow floats to be pinned
This commit is contained in:
parent
3e6640f0ca
commit
65a66c2e26
28 changed files with 528 additions and 36 deletions
|
|
@ -31,4 +31,10 @@ pub trait ContainingNode: Node {
|
|||
let _ = new_y1;
|
||||
let _ = new_y2;
|
||||
}
|
||||
fn cnode_pinned(&self) -> bool {
|
||||
false
|
||||
}
|
||||
fn cnode_set_pinned(self: Rc<Self>, pinned: bool) {
|
||||
let _ = pinned;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue