After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 558795 - Using same quick mask color across sessions
Using same quick mask color across sessions
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
git master
Other All
: Normal minor
: 2.8
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2008-11-01 13:19 UTC by Alexandre Prokoudine
Modified: 2012-03-03 01:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add configuration option for quick mask colour (5.60 KB, patch)
2012-02-27 17:38 UTC, Ville Sokk
none Details | Review

Description Alexandre Prokoudine 2008-11-01 13:19:26 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:
Comment 1 Martin Nordholts 2009-01-04 20:01:40 UTC
Removing from 'Bugs without a comment'.
Comment 2 Michael Natterer 2012-01-08 22:13:28 UTC
What about a patch implementing this?
Comment 3 Ville Sokk 2012-02-27 17:38:49 UTC
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.
Comment 4 Michael Natterer 2012-03-03 01:48:16 UTC
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(-)