[gnome-shell/gbsneto/icon-grid-part2: 5/9] allView: Set delegate field
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gbsneto/icon-grid-part2: 5/9] allView: Set delegate field
- Date: Mon, 5 Aug 2019 21:16:48 +0000 (UTC)
commit 5f12a5537995acfd3186689c0a8a998124ca9b91
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Sat Jun 29 00:44:27 2019 -0300
allView: Set delegate field
DnD still relies on the _delegate field being set, so
set it.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/664
js/ui/appDisplay.js | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index f1ecf3993..3c25f7af5 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -249,6 +249,7 @@ var AllView = class AllView extends BaseAppView {
this.actor = new St.Widget({ layout_manager: new Clutter.BinLayout(),
x_expand: true, y_expand: true });
this.actor.add_actor(this._scrollView);
+ this._grid._delegate = this;
this._scrollView.set_policy(St.PolicyType.NEVER,
St.PolicyType.EXTERNAL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]