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:
authorTon Roosendaal <ton@blender.org>2003-10-16 16:03:03 +0400
committerTon Roosendaal <ton@blender.org>2003-10-16 16:03:03 +0400
commit77b37c99271c0c05728ebc1f1974c918bee1f566 (patch)
tree30e670b71a6419f99c7e7b4ac53cfc8cb694a31e /source/blender/src/drawimasel.c
parenta7cd8b5951d8138cc27be75842cf79f66a44508c (diff)
- fix for drawing buttons in fileselectors, it used an old exception
and special 'EMBOSSF' drawing function. Now complies to standard.
Diffstat (limited to 'source/blender/src/drawimasel.c')
-rw-r--r--source/blender/src/drawimasel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/drawimasel.c b/source/blender/src/drawimasel.c
index a691e82e24b..77901e4d066 100644
--- a/source/blender/src/drawimasel.c
+++ b/source/blender/src/drawimasel.c
@@ -438,7 +438,7 @@ void draw_sima_area(SpaceImaSel *simasel)
glClear(GL_COLOR_BUFFER_BIT);
sprintf(naam, "win %d", curarea->win);
- block= uiNewBlock(&curarea->uiblocks, naam, UI_EMBOSSF, UI_HELV, curarea->win);
+ block= uiNewBlock(&curarea->uiblocks, naam, UI_EMBOSSX, UI_HELV, curarea->win);
uiBlockSetCol(block, BUTBLUE);
if (simasel->desx > 0){