From 43ba93a817f463c41049cdee6798d761dc81e25b Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Wed, 5 Sep 2012 14:51:30 -0300 Subject: [PATCH] screenShield: Animate the raising of the lock screen with the scroll wheel A sudden transition to the lock screen is a bit jarring. --- 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 2d6c2e65f..1f6913ad2 100644 --- a/js/ui/screenShield.js +++ b/js/ui/screenShield.js @@ -461,7 +461,7 @@ const ScreenShield = new Lang.Class({ // 7 standard scrolls to lift up if (this._lockScreenScrollCounter > 35) { this._ensureUnlockDialog(); - this._hideLockScreen(0); + this._hideLockScreen(true); } return true;