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
@ -600,6 +600,9 @@ Workspace.prototype = {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!this._isOverlayWindow(win))
|
||||||
|
return;
|
||||||
|
|
||||||
let clone = this._addWindowClone(win);
|
let clone = this._addWindowClone(win);
|
||||||
|
|
||||||
if (win._overlayHint) {
|
if (win._overlayHint) {
|
||||||
|
Loading…
Reference in New Issue
Block a user