GNOME Bugzilla – Bug 708850
DragAction warning when setting handle to null
Last modified: 2013-09-26 22:13:12 UTC
There is a DragAction warning when setting the handle to null.
Created attachment 255847 [details] [review] drag-action: fix warning when setting drag-handle to null
Review of attachment 255847 [details] [review]: looks good to me, with a minor comment. feel free to commit after fixing it. ::: clutter/clutter-drag-action.c @@ +1142,3 @@ if (priv->drag_handle != NULL) + { + clutter_actor_transform_stage_point (handle, priv->press_x, priv->press_y, I'd replace this `handle` with `priv->drag_angle` instead, to make it clear what we're using.
Comment on attachment 255847 [details] [review] drag-action: fix warning when setting drag-handle to null Pushed to 1.16, this was already fixed on master.