keyboard: Remove duplicate code
The same calls happen right at the beginning of the function.
This commit is contained in:
parent
5cec4ae670
commit
e0852e5991
@ -237,8 +237,6 @@ var Key = new Lang.Class({
|
|||||||
this._pressTimeoutId = 0;
|
this._pressTimeoutId = 0;
|
||||||
this._touchPressed = false;
|
this._touchPressed = false;
|
||||||
this._ensureExtendedKeysPopup();
|
this._ensureExtendedKeysPopup();
|
||||||
this.actor.fake_release();
|
|
||||||
this.actor.set_hover(false);
|
|
||||||
this._showSubkeys();
|
this._showSubkeys();
|
||||||
return GLib.SOURCE_REMOVE;
|
return GLib.SOURCE_REMOVE;
|
||||||
}));
|
}));
|
||||||
|
Loading…
Reference in New Issue
Block a user