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:
Diffstat (limited to 'source/blender/src/filesel.c')
-rw-r--r--source/blender/src/filesel.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/src/filesel.c b/source/blender/src/filesel.c
index bd7584d177a..a80ff502074 100644
--- a/source/blender/src/filesel.c
+++ b/source/blender/src/filesel.c
@@ -1164,8 +1164,7 @@ void drawfilespace(ScrArea *sa, void *spacedata)
/* HEADER */
sprintf(name, "win %d", curarea->win);
- block= uiNewBlock(&curarea->uiblocks, name, UI_EMBOSSX, UI_HELV, curarea->win);
- uiBlockSetCol(block, BUTGREY);
+ block= uiNewBlock(&curarea->uiblocks, name, UI_EMBOSS, UI_HELV, curarea->win);
uiSetButLock( sfile->type==FILE_MAIN && sfile->returnfunc, NULL);