Replace WindowContext::notify
with WindowContext::refresh
This commit is contained in:
parent
d0c101cb6e
commit
2923b71f83
11 changed files with 35 additions and 30 deletions
|
@ -55,7 +55,7 @@ impl<M: ManagedView> PopoverMenu<M> {
|
|||
}
|
||||
}
|
||||
*menu2.borrow_mut() = None;
|
||||
cx.notify();
|
||||
cx.refresh();
|
||||
})
|
||||
.detach();
|
||||
cx.focus_view(&new_menu);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue