styling
This commit is contained in:
parent
26cdc8f0cc
commit
594b085c83
4 changed files with 25 additions and 20 deletions
|
|
@ -42,10 +42,12 @@ impl DockPopover {
|
|||
}
|
||||
|
||||
pub fn update_layout(&self) {
|
||||
self.reset_menu();
|
||||
|
||||
// build menu
|
||||
let imp = imp::DockPopover::from_instance(&self);
|
||||
let dock_object = imp.dock_object.borrow();
|
||||
let menu_handle = imp.menu_handle.borrow();
|
||||
// build menu
|
||||
if let Some(dock_object) = dock_object.as_ref() {
|
||||
cascade! {
|
||||
&self;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue