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:
authorJulian Eisel <eiseljulian@gmail.com>2015-06-04 18:04:48 +0300
committerJulian Eisel <eiseljulian@gmail.com>2015-06-04 18:07:05 +0300
commit91d424b82a7655933dbe55f39e6e9cf6aeeaad61 (patch)
treef6316395cf0a18aca2cdf6aafff4e4c60dbc63ee /source/blender/editors/interface
parent4a26f3b569c822ff0837ce9d080ac109947bcc5f (diff)
Fix tooltip colors not initialized correctly
Already committed similar fix (rBbeaed66f292dd) but saw it appearing on other peoples screens a few times since them. Never was able to recreate though. This should make sure everything is initialized fine, so if we see it appearing again, then it's likely because of manual tweaks or the version saved in the .blend.
Diffstat (limited to 'source/blender/editors/interface')
-rw-r--r--source/blender/editors/interface/interface_widgets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface_widgets.c b/source/blender/editors/interface/interface_widgets.c
index 8190df678e2..253f4616843 100644
--- a/source/blender/editors/interface/interface_widgets.c
+++ b/source/blender/editors/interface/interface_widgets.c
@@ -1767,7 +1767,7 @@ static struct uiWidgetColors wcol_tooltip = {
{45, 45, 45, 230},
{100, 100, 100, 255},
- {160, 160, 160, 255},
+ {255, 255, 255, 255},
{255, 255, 255, 255},
0,