Add back semi-funcitonal pane resizing code
This commit is contained in:
parent
25df11dd26
commit
fd34d1da31
10 changed files with 299 additions and 108 deletions
|
@ -1040,10 +1040,11 @@ impl Pane {
|
|||
{
|
||||
pane.remove_item(item_ix, false, cx);
|
||||
}
|
||||
})?;
|
||||
})
|
||||
.ok();
|
||||
}
|
||||
|
||||
pane.update(&mut cx, |_, cx| cx.notify())?;
|
||||
pane.update(&mut cx, |_, cx| cx.notify()).ok();
|
||||
Ok(())
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue