GNOME Bugzilla – Bug 558795
Using same quick mask color across sessions
Last modified: 2012-03-03 01:48:16 UTC
As previously discussed on IRC with Sven, it would be useful to be able saving default quick mask color either from Preferences dialog, or by clicking some "Use this color by default" button in the qmask editing dialog or just by editing gimprc. Other information:
Removing from 'Bugs without a comment'.
What about a patch implementing this?
Created attachment 208506 [details] [review] Add configuration option for quick mask colour Adds a possibility to change the default quick mask colour through gimprc or the preferences dialog.
Thanks, pushed to master: commit 082d758a34b04781226d593189e6baf2522f4efe Author: Ville Sokk <embassyhill@gmail.com> Date: Mon Feb 27 19:24:09 2012 +0200 Bug 558795 - Using same quick mask color across sessions Add configuration option for quick mask color. app/config/gimpcoreconfig.c | 14 ++++++++++++++ app/config/gimpcoreconfig.h | 1 + app/config/gimprc-blurbs.h | 3 +++ app/core/gimpimage.c | 2 ++ app/dialogs/preferences-dialog.c | 14 ++++++++++++++ 5 files changed, 34 insertions(+), 0 deletions(-)