diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index cff528245..f45548ace 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -296,7 +296,7 @@ AppDisplay.prototype = { this._activeMenuApps = this._appSystem.get_applications_for_menu(id); } } - this._redisplay(); + this._redisplay(true); })); this._menuDisplay.append(display.actor, 0); },