From 3a6581ca22a2faaa25288fd92c0872756aaa42ce Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sun, 17 Aug 2003 13:02:17 +0000 Subject: [PATCH] - fix bug #480 SHIFT+C in 3dWindow didnt update the other 3d windows, when open. --- source/blender/src/space.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();