Skip to content

Commit e741cba

Browse files
authored
Fix "Always on Visible Workspace" windows are remaining invisible after changing workspace (#785)
`continue` was meant for `null` or destroyed window. This is handled in lines above. Fixes #764
1 parent fae7c0b commit e741cba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/WindowManager.vala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2114,8 +2114,6 @@ namespace Gala {
21142114
} else {
21152115
clutter_actor_reparent (actor, parents.nth_data (i));
21162116
}
2117-
2118-
continue;
21192117
}
21202118

21212119
kill_window_effects (window);

0 commit comments

Comments
 (0)