diff options
| author | Rico Tzschichholz <ricotz@ubuntu.com> | 2023-12-21 11:48:17 +0100 |
|---|---|---|
| committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2023-12-21 11:48:17 +0100 |
| commit | 396b87108a798912baa06db3e7bfe9862189c39b (patch) | |
| tree | 0395d3887d74443a36a1cf205e08810b3066e586 | |
| parent | 7d76a21a4d5fe9771316fe2279fa414e29636586 (diff) | |
This reverts commit a32fd80feeeb3403a4e35da7484e569cdad05499.
Fixes https://bugs.launchpad.net/plank/+bug/1786509
| -rw-r--r-- | lib/HideManager.vala | 2 |
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; } |
