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:
authorRob Haarsma <phaseIV@zonnet.nl>2003-05-13 18:22:28 +0400
committerRob Haarsma <phaseIV@zonnet.nl>2003-05-13 18:22:28 +0400
commit83b5ef65238b61e46ac0ec58c9029befc192ebf6 (patch)
tree33b3d5dd78654e782ed13e59db9ebdacbda893da /source/blender/src/editmball.c
parente6ea8d356ede0db91b3d7433407eff167b9e440c (diff)
fixed some more screenupdate issues and eliminated a crash
when trying tio shear/warp not visible objects. (thanks Matt)
Diffstat (limited to 'source/blender/src/editmball.c')
-rw-r--r--source/blender/src/editmball.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/src/editmball.c b/source/blender/src/editmball.c
index 3ab0dff5b69..0107d4d6195 100644
--- a/source/blender/src/editmball.c
+++ b/source/blender/src/editmball.c
@@ -181,8 +181,7 @@ void add_primitiveMball(int dummy_argument)
lastelem= ml;
- allqueue(REDRAWVIEW3D, 0);
- allqueue(REDRAWBUTSALL, 0);
+ allqueue(REDRAWALL, 0);
makeDispList(G.obedit);
}