windowManager: Drop grab-op-begin signal connection
This is done just to "reset" the gesture when a grab operation begins. With grab ops being based on ClutterGrab now, the gesture will be implicitly reset when these happen. This is unnecessary now. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2526>
This commit is contained in:
parent
a2a5d7682f
commit
a30661d33e
@ -472,10 +472,6 @@ var AppSwitchAction = GObject.registerClass({
|
|||||||
_init() {
|
_init() {
|
||||||
super._init();
|
super._init();
|
||||||
this.set_n_touch_points(3);
|
this.set_n_touch_points(3);
|
||||||
|
|
||||||
global.display.connect('grab-op-begin', () => {
|
|
||||||
this.cancel();
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
vfunc_gesture_prepare(_actor) {
|
vfunc_gesture_prepare(_actor) {
|
||||||
|
Loading…
Reference in New Issue
Block a user