mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-24 05:33:50 +03:00
wayland:previews window !contains mouse on hiding
This commit is contained in:
parent
b188127a43
commit
77fe8a6f91
@ -47,7 +47,8 @@ bool Dialog::event(QEvent *e)
|
||||
{
|
||||
if (e->type() == QEvent::Enter) {
|
||||
setContainsMouse(true);
|
||||
} else if (e->type() == QEvent::Leave) {
|
||||
} else if (e->type() == QEvent::Leave
|
||||
|| e->type() == QEvent::Hide) {
|
||||
setContainsMouse(false);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user