appDisplay: Redisplay on layout changes
This was an overlook from e1ea1d2954
.
We never connected to the 'layout-changed' signal, which means
changing the GSettings externally wouldn't trigger a redisplay.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1428
This commit is contained in:
parent
f7886ac695
commit
f1bc87bf6d
@ -888,6 +888,7 @@ class AppDisplay extends BaseAppView {
|
|||||||
});
|
});
|
||||||
|
|
||||||
this._pageManager = new PageManager();
|
this._pageManager = new PageManager();
|
||||||
|
this._pageManager.connect('layout-changed', () => this._redisplay());
|
||||||
|
|
||||||
this._scrollView.add_style_class_name('all-apps');
|
this._scrollView.add_style_class_name('all-apps');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user