GNOME Bugzilla – Bug 642117
dnd: Fix bug in computation of snap-back position
Last modified: 2011-02-11 18:02:28 UTC
We were properly accounting for the fact that an ancestor of the parent could be scaled rather than the parent itself when computing the snap-back scale, but directly using parent.scale_x for the snap-back location.
Created attachment 180671 [details] [review] dnd: Fix bug in computation of snap-back position
Oops, accidentally pushed this. I'm pretty confident of the change but feel free to give it a post-mortem review. Attachment 180671 [details] pushed as 75f771d - dnd: Fix bug in computation of snap-back position
Review of attachment 180671 [details] [review]: Ha! I must be the fasted reviewer on earth, approving a patch before actually noticing the assignment ... but yeah, patch looks good.