GNOME Bugzilla – Bug 670402
CRITICAL warning when ClutterDragAction has threshold > 0
Last modified: 2012-02-23 10:54:16 UTC
When the threshold is > 0, a critical warning is emitted when starting the drag: Clutter-CRITICAL **: clutter_event_get_device: assertion `event != NULL' failed
Created attachment 208107 [details] [review] drag-action: Use the motion event when passing the drag threshold This avoids a critical warning, but it also makes the dragging more fluid in case of threshold crossing.
Attachment 208107 [details] pushed as 1e3debb - drag-action: Use the motion event when passing the drag threshold