mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Ignore newly added non-overlay windows
This prevents e.g. the popup menu from statusmenu from appearing as a toplevel window. svn path=/trunk/; revision=185
This commit is contained in:
parent
cd645af5ae
commit
34f5adc9c0
1 changed files with 3 additions and 0 deletions
|
|
@ -599,6 +599,9 @@ Workspace.prototype = {
|
|||
}));
|
||||
return;
|
||||
}
|
||||
|
||||
if (!this._isOverlayWindow(win))
|
||||
return;
|
||||
|
||||
let clone = this._addWindowClone(win);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue