GNOME Bugzilla – Bug 728927
Force PopupSubMenu arrow rotation angles to multiples of 90
Last modified: 2014-09-03 15:51:08 UTC
When you open or close a PopupSubMenu the arrow icon rotates, but the code previously assumed that the starting angle was a multiple of 90. If you click the submenu fast enough the rotation could overlap with the previous rotation and you'd get something that wasn't a multiple of 90. Now we ensure that the ending arrowRotation angle is always a multiple of 90 regardless of what the starting angle is.
Created attachment 275105 [details] [review] Force PopupSubMenu arrow rotation angles to multiples of 90
*** Bug 731550 has been marked as a duplicate of this bug. ***
Review of attachment 275105 [details] [review]: OK