[gnome-shell] screenShield: Reset correct translation



commit 5934dc16d30f78809f3f03bc3c05dbd558be8b5b
Author: Florian Müllner <fmuellner gnome org>
Date:   Sat Feb 15 01:57:06 2020 +0100

    screenShield: Reset correct translation
    
    When showing the lock dialog without animation, we currently reset the
    translation of the wrong actor, leaving the unlock dialog off-screen.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/issues/2213

 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 25501b8509..5c0b76a75b 100644
--- a/js/ui/screenShield.js
+++ b/js/ui/screenShield.js
@@ -431,7 +431,7 @@ var ScreenShield = class {
                 },
             });
         } else {
-            this._lockScreenGroup.translation_y = 0;
+            this._lockDialogGroup.translation_y = 0;
             this._lockScreenShown({ fadeToBlack, animateFade: false });
         }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]