diff --git a/js/ui/workspaceSwitcherPopup.js b/js/ui/workspaceSwitcherPopup.js index ab1893372..79e5db972 100644 --- a/js/ui/workspaceSwitcherPopup.js +++ b/js/ui/workspaceSwitcherPopup.js @@ -49,7 +49,8 @@ WorkspaceSwitcherPopup.prototype = { this._position(); - this.actor.show(); + this.actor.hide(); + this._timeoutId = Mainloop.timeout_add(DISPLAY_TIMEOUT, Lang.bind(this, this._onTimeout)); },