From a61638013e04d7cb8605c8bd1909b947c3d5fea3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 1 May 2007 06:57:20 +0000 Subject: header_filesel - pressing buttons made the file select header title change color. scripttemplate_object_edit.py - new script template for objects. --- source/blender/src/header_filesel.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source') 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) { -- cgit v1.2.3