clear dock popover when hidden
This commit is contained in:
parent
9231d84dbf
commit
0454463e50
3 changed files with 19 additions and 13 deletions
|
|
@ -221,7 +221,7 @@ impl Window {
|
|||
glib::clone!(@weak revealer, @weak drop_controller => move |_evc| {
|
||||
// only hide if DnD is not happening
|
||||
if drop_controller.current_drop().is_none() {
|
||||
dbg!("hello, mouse left me :)");
|
||||
// dbg!("hello, mouse left me :)");
|
||||
revealer.set_reveal_child(false);
|
||||
}
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue