Skip to content

Commit 81a5035

Browse files
committed
HideTracker: Use custom window rect for overlap calculation
1 parent 0442e96 commit 81a5035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ShellClients/HideTracker.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public class Gala.HideTracker : Object {
171171
continue;
172172
}
173173

174-
if (!panel.window.get_frame_rect ().overlap (window.get_frame_rect ())) {
174+
if (!panel.get_custom_window_rect ().overlap (window.get_frame_rect ())) {
175175
continue;
176176
}
177177

0 commit comments

Comments
 (0)