summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2023-12-21 11:48:17 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2023-12-21 11:48:17 +0100
commit396b87108a798912baa06db3e7bfe9862189c39b (patch)
tree0395d3887d74443a36a1cf205e08810b3066e586
parent7d76a21a4d5fe9771316fe2279fa414e29636586 (diff)
Revert "hidemanager: Don't use actual cursor coords of leave-notify-event"HEADmaster
This reverts commit a32fd80feeeb3403a4e35da7484e569cdad05499. Fixes https://bugs.launchpad.net/plank/+bug/1786509
-rw-r--r--lib/HideManager.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/HideManager.vala b/lib/HideManager.vala
index c3185a1..a0eca73 100644
--- a/lib/HideManager.vala
+++ b/lib/HideManager.vala
@@ -411,7 +411,7 @@ namespace Plank
return Gdk.EVENT_PROPAGATE;
if (Hovered)
- update_hovered_with_coords (-1, -1);
+ update_hovered_with_coords ((int) event.x, (int) event.y);
return Gdk.EVENT_PROPAGATE;
}