gimp r26899 - in trunk: . app/tools
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r26899 - in trunk: . app/tools
- Date: Mon, 8 Sep 2008 12:50:41 +0000 (UTC)
Author: mitch
Date: Mon Sep 8 12:50:41 2008
New Revision: 26899
URL: http://svn.gnome.org/viewvc/gimp?rev=26899&view=rev
Log:
2008-09-08 Michael Natterer <mitch gimp org>
Bug 551306 â Color picker for text tool does not show selected
palette
* app/tools/gimptexttool.c (gimp_text_tool_register): add
GIMP_CONTEXT_PALETTE_MASK to the tool option's context mask so the
color popup's palette follows the globally selected palette.
Modified:
trunk/ChangeLog
trunk/app/tools/gimptexttool.c
Modified: trunk/app/tools/gimptexttool.c
==============================================================================
--- trunk/app/tools/gimptexttool.c (original)
+++ trunk/app/tools/gimptexttool.c Mon Sep 8 12:50:41 2008
@@ -153,7 +153,9 @@
(* callback) (GIMP_TYPE_TEXT_TOOL,
GIMP_TYPE_TEXT_OPTIONS,
gimp_text_options_gui,
- GIMP_CONTEXT_FOREGROUND_MASK | GIMP_CONTEXT_FONT_MASK,
+ GIMP_CONTEXT_FOREGROUND_MASK |
+ GIMP_CONTEXT_FONT_MASK |
+ GIMP_CONTEXT_PALETTE_MASK /* for the color popup's palette tab */,
"gimp-text-tool",
_("Text"),
_("Text Tool: Create or edit text layers"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]