mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
This commit is contained in:
parent
bcc652632d
commit
5934dc16d3
1 changed files with 1 additions and 1 deletions
|
|
@ -431,7 +431,7 @@ var ScreenShield = class {
|
|||
},
|
||||
});
|
||||
} else {
|
||||
this._lockScreenGroup.translation_y = 0;
|
||||
this._lockDialogGroup.translation_y = 0;
|
||||
this._lockScreenShown({ fadeToBlack, animateFade: false });
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue