GNOME Bugzilla – Bug 341149
ImageMap filter scrolls rulers off-page
Last modified: 2006-06-23 12:05:20 UTC
The rulers move out of view when scrolling. It's important to be able to view the rulers at all times.
Just a matter of setting up the widget hierarchy correcly. The rulers should not be in the scrolled window. A patch to fix this would be appreciated.
Created attachment 65589 [details] [review] move the rulers out of the scrolled window The attached patch implements half of the required changes to fix this bug. With the patch applied, the rulers are moved out of the scrolled window. The numbers displayed on the rulers are bogus however. They need to be updated when the scroll adjustments change and when the size of the preview area changes.
Oh well. Since noone else seems interested in completing the fix, I did it myself. 2006-06-23 Sven Neumann <sven@gimp.org> * plug-ins/imagemap/imap_preview.[ch]: moved rulers out of the scrolled window and update them when the scroll adjustments change. Fixes bug #341149. * plug-ins/imagemap/imap_about.c * plug-ins/imagemap/imap_menu.c: unrelated cleanups.