Skip to content

Commit e0d73b4

Browse files
committed
Cleanup
1 parent dc36a60 commit e0d73b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ShellClients/ShellClientsManager.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public class Gala.ShellClientsManager : Object {
204204
public bool is_positioned_window (Meta.Window window) {
205205
bool positioned = is_itself_positioned (window);
206206
window.foreach_ancestor ((ancestor) => {
207-
if (ancestor in positioned_windows || ancestor in panel_windows) {
207+
if (is_itself_positioned (ancestor)) {
208208
positioned = true;
209209
}
210210

0 commit comments

Comments
 (0)