[gnome-shell] workspacesView: Don't make reactive
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] workspacesView: Don't make reactive
- Date: Fri, 26 Jun 2020 14:29:48 +0000 (UTC)
commit e86e88ea476e4cd26c3de289929296224cd6e34e
Author: Florian Müllner <fmuellner gnome org>
Date: Thu Jun 25 23:14:47 2020 +0200
workspacesView: Don't make reactive
Since commit a11f417cd0f98, scroll events are handled by the SwipeTracker.
There's no other reason for the view to be reactive, so don't make it so.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1333
js/ui/workspacesView.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js
index cc0d4f24b7..0728d2151c 100644
--- a/js/ui/workspacesView.js
+++ b/js/ui/workspacesView.js
@@ -21,7 +21,7 @@ var WorkspacesViewBase = GObject.registerClass({
GTypeFlags: GObject.TypeFlags.ABSTRACT,
}, class WorkspacesViewBase extends St.Widget {
_init(monitorIndex) {
- super._init({ style_class: 'workspaces-view', reactive: true });
+ super._init({ style_class: 'workspaces-view' });
this.connect('destroy', this._onDestroy.bind(this));
global.focus_manager.add_group(this);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]