Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ebb <matt@mke3.net>2004-01-10 16:41:03 +0300
committerMatt Ebb <matt@mke3.net>2004-01-10 16:41:03 +0300
commit589ef22aef3adb7d722b8adb7cc12dda4b1c93c3 (patch)
treed97d84bd6936708d74df1b6f9a7fef8dede75979 /source/blender/include
parentb5071f367df1f88f13bca36b15474405ead1019b (diff)
* Fixed a silly problem when changing the colours of the 'Neutral' button theme entry (which changed both the outline of buttons and various other grey buttons). Added a new theme colour 'Outline' and left 'Neutral' to remain, well, neutral.
Thanks Desoto for the report.
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BIF_resources.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_resources.h b/source/blender/include/BIF_resources.h
index a838b9a79e9..8900df470ca 100644
--- a/source/blender/include/BIF_resources.h
+++ b/source/blender/include/BIF_resources.h
@@ -265,6 +265,7 @@ enum {
TH_AUTO, /* for buttons, to signal automatic color assignment */
// uibutton colors
+ TH_BUT_OUTLINE,
TH_BUT_NEUTRAL,
TH_BUT_ACTION,
TH_BUT_SETTING,