GNOME Bugzilla – Bug 697504
Fix thumbnail dragging in the overview
Last modified: 2013-04-08 18:58:22 UTC
The DND framework was just busted here. See patches.
Created attachment 240900 [details] [review] dnd: Set the scale on the drag actor The actor is the same as the drag actor in this case, but we tend to set properties on the drag actor and get them from the actor elsewhere in this codepath. Make this consistent.
Created attachment 240901 [details] [review] dnd: Set the position and scale on the drag actor before it's reparented We need to do this to ensure that it gets the correct scale, as otherwise the transform that we retrieve will be incorrect.
Review of attachment 240900 [details] [review]: LG.
Review of attachment 240901 [details] [review]: Makes sense.
Attachment 240900 [details] pushed as 5e6a25c - dnd: Set the scale on the drag actor Attachment 240901 [details] pushed as 4fb33c9 - dnd: Set the position and scale on the drag actor before it's reparented