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>2004-11-07 21:20:44 +0300
committerTon Roosendaal <ton@blender.org>2004-11-07 21:20:44 +0300
commitac0bb78a2029b40e9e85697d4b822197b9906bd5 (patch)
tree5d139a9344c22f5cc03cdde804d0d7caf43ce861 /source/blender/src/editkey.c
parent16951736882773a383f04eb2809fa9b341bef9c2 (diff)
Tweaked the force_draw() calls, to allow headerprint() to work while
doing a transform. Solves bug reported by Brecht about this.
Diffstat (limited to 'source/blender/src/editkey.c')
-rw-r--r--source/blender/src/editkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editkey.c b/source/blender/src/editkey.c
index 8bd59134206..babf1106287 100644
--- a/source/blender/src/editkey.c
+++ b/source/blender/src/editkey.c
@@ -836,7 +836,7 @@ void move_keys(void)
xo= mval[0];
yo= mval[1];
- force_draw();
+ force_draw(0);
}
else BIF_wait_for_statechange();