https://bugzilla.novell.com/show_bug.cgi?id=362227
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=362227#c1 Michael Dominic K. <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Michael Dominic K. <[EMAIL PROTECTED]> 2008-03-04 06:30:57 MST --- This is now fixed in r97292. 2008-03-04 Michael Dominic K. <[EMAIL PROTECTED]> * src/uielement.cpp: When calling uielement_transform_point, make sure our transforms are up-to-date (not dirty). Since we're updating the transform matrices only in the expose (dirty) callback it can happen that two ie. mouse events arrive before we get to the expose. If the first mouse event invalidated the transform and the second one relies on the transform (ie. tries to obtain relative mouse position) it'd get bogus values since the transform has not been regenerated yet. Fixes the drag & drop behaviour in SL ink journal (the selection tool). Fixes: #362227. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
