[gnome-shell/gbsneto/icon-grid-dnd: 38/47] allView: Set this.actor._delegate
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gbsneto/icon-grid-dnd: 38/47] allView: Set this.actor._delegate
- Date: Tue, 2 Jul 2019 00:42:27 +0000 (UTC)
commit 8c725eb6dea52cc1bc3744bbbcec59a78db1a2ad
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Sat Jun 29 00:44:27 2019 -0300
allView: Set this.actor._delegate
DnD still relies on the _delegate field being set, so
set it.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/603
js/ui/appDisplay.js | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 05771271c..b20970589 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -233,6 +233,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.actor._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]