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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2007-05-01 10:57:20 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-05-01 10:57:20 +0400
commita61638013e04d7cb8605c8bd1909b947c3d5fea3 (patch)
treeaec98795451d551526a320a3d23351aa16f2b722 /source
parente81471f91fd48658e2735d96becead51612a566a (diff)
header_filesel - pressing buttons made the file select header title change color.
scripttemplate_object_edit.py - new script template for objects.
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/header_filesel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/header_filesel.c b/source/blender/src/header_filesel.c
index 189cf8dab17..3424c4b7c3d 100644
--- a/source/blender/src/header_filesel.c
+++ b/source/blender/src/header_filesel.c
@@ -163,6 +163,7 @@ void file_buttons(void)
glRasterPos2f((float)xcotitle, 5.0);
BIF_RasterPos((float)xcotitle, 5.0); // stupid texture fonts
+ BIF_ThemeColor(TH_TEXT);
BIF_DrawString(uiBlockGetCurFont(block), sfile->title, (U.transopts & USER_TR_BUTTONS));
if(sfile->type==FILE_UNIX) {