GNOME Bugzilla – Bug 536582
Highlight option of Rect & Elipse Select does not save on exit.
Last modified: 2008-10-30 20:13:41 UTC
The Highlight checkbox on the Rectangle Select tool and the Elipse Select tool does not save on exit, when the Preferences>Tool Options>Save Tool Options on Exit is activated or you try to force a save with Preferences>Tool Options>Save Tool Options Now.
Created attachment 112131 [details] [review] proposed patch Indeed, the code that is supposed to change the default value of "highlight" for the rectangle select tools breaks the serialisation of this property. Attached is a patch for review.
Applied to both branches: 2008-06-04 Sven Neumann <sven@gimp.org> * app/tools/gimpcropoptions.c * app/tools/gimprectangleoptions.c * app/tools/gimprectangleselectoptions.c: fixed handling of the "highlight" property that needs different default values for the Crop and Rectangle Select tools (bug #536582).
Thanks for your attention to this. Does this fix cover the Elipse Select tool as well?