GNOME Bugzilla – Bug 446682
zoom control popup menu positioning
Last modified: 2007-06-12 22:21:19 UTC
Bug 326733 added made the zoom control's popup menu keyboard activatable, but positions the menu wherever the mouse happens to be, instead of under the zoom control itself.
Created attachment 89800 [details] [review] patch
Great, thanks - I put it on HEAD after making it style-guide compliant (braces around one-line blocks, no initialization in declaration and tabs for indention): 2007-06-13 Martin Wehner <martin.wehner@gmail.com> * src/nautilus-zoom-control.c: (zoom_popup_menu_show): Position the zoom popup menu under the control itself, not where the mouse cursor happens to be. (#446682) Patch from Christian Persch <chpe@gnome.org>