[gnome-shell/wip/carlosg/osk-cldr: 24/28] keyboard: Remove duplicate code



commit e0852e599135483af1a5947195e1b24b8b900f20
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]