Skip to content

Commit 1deb0ff

Browse files
committed
layout.js: Actually change actor visibility on fullscreen monitors.
Main.uiGroup.set_skip_paint() was used previously, but was removed in 6577feb, and mistakenly not replaced (as we are no longer using a CinnamonGenericContainer for the uiGroup).
1 parent eca601f commit 1deb0ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/ui/layout.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,7 @@ Chrome.prototype = {
608608
visible = false;
609609
else
610610
visible = true;
611+
actorData.actor.visible = visible;
611612
}
612613
this._queueUpdateRegions();
613614
},

0 commit comments

Comments
 (0)