Added curly braces around an #ifdef NEWTRANSFORM.

Needed when NEWTRANSFORM was not defined.
This commit is contained in:
Stephen Swaney 2005-03-19 13:26:03 +00:00
parent a2ed880c9f
commit c87eb1d628

@ -1555,10 +1555,11 @@ static void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
transform('s');
#endif
}
else if(G.qual==(LR_SHIFTKEY|LR_CTRLKEY))
else if(G.qual==(LR_SHIFTKEY|LR_CTRLKEY)){
#ifdef NEWTRANSFORM
Transform(TFM_TOSPHERE);
#endif
}
}
else if(G.qual==LR_ALTKEY) {