Skip to content

Commit 40b756c

Browse files
committed
screenShield.js: Ensure the screenShieldGroup is still the top stage
actor during activation.
1 parent 0bfdcfa commit 40b756c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

js/ui/screensaver/screenShield.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ var ScreenShield = GObject.registerClass({
457457
if (Main.deskletContainer)
458458
Main.deskletContainer.actor.hide();
459459

460+
global.stage.set_child_above_sibling(Main.layoutManager.screenShieldGroup, null);
460461
Main.layoutManager.screenShieldGroup.show();
461462
this.show();
462463

0 commit comments

Comments
 (0)