swipe-action: Remove the required devices call
The SwipeAction requires one device/touch point, and that is the default for GestureAction — if GestureAction supported multiple devices/touch points. http://bugzilla.clutter-project.org/show_bug.cgi?id=2585
This commit is contained in:
parent
11d961b605
commit
f9ce901496
@ -203,8 +203,6 @@ clutter_swipe_action_init (ClutterSwipeAction *self)
|
||||
{
|
||||
self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self, CLUTTER_TYPE_SWIPE_ACTION,
|
||||
ClutterSwipeActionPrivate);
|
||||
|
||||
clutter_gesture_action_set_required_devices (CLUTTER_GESTURE_ACTION (self), 1);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user