[gnome-shell/wip/carlosg/osk-cldr: 39/43] keyboard: Remove duplicate code



commit 78dde17f8367acf73933b823b2563fcf0ac6ebfd
Author: Carlos Garnacho <carlosg gnome org>
Date:   Fri Dec 22 17:25:48 2017 +0100

    keyboard: Remove duplicate code
    
    The same calls happen right at the beginning of the function.

 js/ui/keyboard.js | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/js/ui/keyboard.js b/js/ui/keyboard.js
index 92d4ddec3..614e30f65 100644
--- a/js/ui/keyboard.js
+++ b/js/ui/keyboard.js
@@ -237,8 +237,6 @@ var Key = new Lang.Class({
                                                         this._pressTimeoutId = 0;
                                                         this._touchPressed = false;
                                                         this._ensureExtendedKeysPopup();
-                                                        this.actor.fake_release();
-                                                        this.actor.set_hover(false);
                                                         this._showSubkeys();
                                                         return GLib.SOURCE_REMOVE;
                                                     }));


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