workspacesView: Don't use the overview swipe scrolling system
Switch to a ClutterPanAction instead too. https://bugzilla.gnome.org/show_bug.cgi?id=689062
This commit is contained in:
@ -347,6 +347,13 @@ const Overview = new Lang.Class({
|
||||
return DND.DragMotionResult.CONTINUE;
|
||||
},
|
||||
|
||||
addAction: function(action) {
|
||||
if (this.isDummy)
|
||||
return;
|
||||
|
||||
this._group.add_action(action);
|
||||
},
|
||||
|
||||
setScrollAdjustment: function(adjustment, direction) {
|
||||
if (this.isDummy)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user