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
path: root/source
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2003-08-17 17:02:17 +0400
committerTon Roosendaal <ton@blender.org>2003-08-17 17:02:17 +0400
commit3a6581ca22a2faaa25288fd92c0872756aaa42ce (patch)
tree4816955fe88c4f812c879078e11d5adca50388b8 /source
parent29edbab2c9c045b375ca1f4f8f841975204125a5 (diff)
- fix bug #480
SHIFT+C in 3dWindow didnt update the other 3d windows, when open.
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/space.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index 60c2c76d13c..ff1b5746b23 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -852,7 +852,7 @@ void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
view3d_home(1);
curs= give_cursor();
curs[0]=curs[1]=curs[2]= 0.0;
- scrarea_queue_winredraw(curarea);
+ allqueue(REDRAWVIEW3D, 0);
}
else if(G.obedit!=0 && ELEM(G.obedit->type, OB_CURVE, OB_SURF) ) {
makecyclicNurb();