GNOME Bugzilla – Bug 694264
AppDisplay: fix folder popup arrow
Last modified: 2013-02-20 15:05:40 UTC
The arrow origin must be in the coordinate space of the box pointer, but it cannot be calculated when the box pointer is shown, because it's not allocated yet, so pass the source to the boxpointer and adjust the arrow at the next paint.
Created attachment 236926 [details] [review] AppDisplay: fix folder popup arrow
Review of attachment 236926 [details] [review]: Didn't test (no folders here) but code looks correct, so fine if it works.
(In reply to comment #2) > Review of attachment 236926 [details] [review]: > > Didn't test (no folders here) but code looks correct, so fine if it works. You should have Utilities and Sundry, if you have an updated gnome-menus and gnome-session.
Attachment 236926 [details] pushed as 37700b4 - AppDisplay: fix folder popup arrow