mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-10 04:58:16 +03:00
restore task hovering after launcher bouncing ends
This commit is contained in:
parent
472fb720a5
commit
8d618855ba
@ -56,6 +56,15 @@ Item {
|
||||
}
|
||||
}
|
||||
|
||||
Connections {
|
||||
target: abilityItem
|
||||
onIsParabolicEventBlockedChanged: {
|
||||
if (!abilityItem.isParabolicEventBlocked && _parabolicArea.containsMouse) {
|
||||
_parabolicArea.parabolicEntered(lastMouseX, lastMouseY);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Connections{
|
||||
target: abilityItem.abilities.myView
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user