1
0
Fork 0
forked from wry/wry

it: test float restacking

This commit is contained in:
Julian Orth 2024-04-02 18:57:04 +02:00
parent 9703ba8794
commit 94208691b2
6 changed files with 63 additions and 6 deletions

View file

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