it: test float restacking
This commit is contained in:
parent
9703ba8794
commit
94208691b2
6 changed files with 63 additions and 6 deletions
|
|
@ -136,7 +136,7 @@ impl FloatNode {
|
|||
self.schedule_render_titles();
|
||||
}
|
||||
|
||||
fn schedule_layout(self: &Rc<Self>) {
|
||||
pub fn schedule_layout(self: &Rc<Self>) {
|
||||
if !self.layout_scheduled.replace(true) {
|
||||
self.state.pending_float_layout.push(self.clone());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue