layout: Fix hiding panel for fullscreen apps
Yet another fallout from the sessionMode changes ... https://bugzilla.gnome.org/show_bug.cgi?id=683487
This commit is contained in:
parent
58477282fe
commit
9d0eaa216f
@ -760,7 +760,7 @@ const Chrome = new Lang.Class({
|
|||||||
if (!actorData.isToplevel)
|
if (!actorData.isToplevel)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (this._inOverview || Main.sessionMode.hasWindows)
|
if (this._inOverview || !Main.sessionMode.hasWindows)
|
||||||
visible = true;
|
visible = true;
|
||||||
else if (this.findMonitorForActor(actorData.actor).inFullscreen)
|
else if (this.findMonitorForActor(actorData.actor).inFullscreen)
|
||||||
visible = false;
|
visible = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user