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-18 03:18:18 +0400
committerTon Roosendaal <ton@blender.org>2003-10-18 03:18:18 +0400
commita9af6850111f3dee0006e47ba4410deeecdc8287 (patch)
treec548b74cf334ec8e712309ea08e8c4b96cfd70fa /source/blender/src/drawsound.c
parentd622706883f93402612fab053261e169faeba85e (diff)
- further work on theme colors:
- panels work - ipo window done - buttonswindow done Please be warned that saving Themes now wont work... it will also save BLACK for all uninitalized colors... so dont panic when you see weird things, just go back the default theme and copy a new one.
Diffstat (limited to 'source/blender/src/drawsound.c')
-rw-r--r--source/blender/src/drawsound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/drawsound.c b/source/blender/src/drawsound.c
index 79bbcedc703..4b129e25d9d 100644
--- a/source/blender/src/drawsound.c
+++ b/source/blender/src/drawsound.c
@@ -148,7 +148,7 @@ static void draw_cfra_sound(SpaceSound *ssound)
{
float vec[2];
- if(get_mbut()&L_MOUSE) {
+ if(ssound->flag & SND_CFRA_NUM) {
short mval[2];
float x, y;
char str[32];