We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc36a60 commit e0d73b4Copy full SHA for e0d73b4
src/ShellClients/ShellClientsManager.vala
@@ -204,7 +204,7 @@ public class Gala.ShellClientsManager : Object {
204
public bool is_positioned_window (Meta.Window window) {
205
bool positioned = is_itself_positioned (window);
206
window.foreach_ancestor ((ancestor) => {
207
- if (ancestor in positioned_windows || ancestor in panel_windows) {
+ if (is_itself_positioned (ancestor)) {
208
positioned = true;
209
}
210
0 commit comments