Reset page number when changing the active category
This commit is contained in:
parent
732573331a
commit
72e6e7839f
@ -296,7 +296,7 @@ AppDisplay.prototype = {
|
|||||||
this._activeMenuApps = this._appSystem.get_applications_for_menu(id);
|
this._activeMenuApps = this._appSystem.get_applications_for_menu(id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this._redisplay();
|
this._redisplay(true);
|
||||||
}));
|
}));
|
||||||
this._menuDisplay.append(display.actor, 0);
|
this._menuDisplay.append(display.actor, 0);
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user