[gnome-shell/gbsneto/new-lock-screen-part2: 41/56] screenShield: Move	lock shield below dialog
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-shell/gbsneto/new-lock-screen-part2: 41/56] screenShield: Move	lock shield below dialog
 
- Date: Thu,  9 Jan 2020 17:13:50 +0000 (UTC)
 
commit 300271939975cdad916c83e1e68d55dcf1455a38
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri Nov 29 12:30:23 2019 -0300
    screenShield: Move lock shield below dialog
    
    Pretty much what the commit title says.
    
    This gives the lock shield actor another role: instead of
    being the interactive screen shield, make it the invisible
    actor that prevents interacting with windows while the
    unlock dialog is sliding down.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872
 js/ui/screenShield.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/screenShield.js b/js/ui/screenShield.js
index 061d7b7adb..b7dd32dbdf 100644
--- a/js/ui/screenShield.js
+++ b/js/ui/screenShield.js
@@ -63,8 +63,8 @@ var ScreenShield = class {
                                                 pivot_point: new Graphene.Point({ x: 0.5, y: 0.5 }),
                                                 name: 'lockDialogGroup' });
 
-        this.actor.add_actor(this._lockDialogGroup);
         this.actor.add_actor(this._lockScreenGroup);
+        this.actor.add_actor(this._lockDialogGroup);
 
         this._presence = new GnomeSession.Presence((proxy, error) => {
             if (error) {
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]