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/editcurve.c')
-rw-r--r--source/blender/src/editcurve.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/editcurve.c b/source/blender/src/editcurve.c
index ddb9e83b555..742dcbcb112 100644
--- a/source/blender/src/editcurve.c
+++ b/source/blender/src/editcurve.c
@@ -3796,7 +3796,7 @@ void add_primitiveCurve(int stype)
BLI_addtail(&editNurb, nu);
makeDispList(G.obedit);
- allqueue(REDRAWBUTSEDIT, 0);
+ allqueue(REDRAWBUTSALL, 0);
countall();
allqueue(REDRAWVIEW3D, 0);
@@ -3829,7 +3829,7 @@ void add_primitiveNurb(int type)
BLI_addtail(&editNurb,nu);
makeDispList(G.obedit);
- allqueue(REDRAWBUTSEDIT, 0);
+ allqueue(REDRAWBUTSALL, 0);
countall();
allqueue(REDRAWVIEW3D, 0);