Added curly braces around an #ifdef NEWTRANSFORM.
Needed when NEWTRANSFORM was not defined.
This commit is contained in:
@@ -1555,10 +1555,11 @@ static void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
|
|||||||
transform('s');
|
transform('s');
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
else if(G.qual==(LR_SHIFTKEY|LR_CTRLKEY))
|
else if(G.qual==(LR_SHIFTKEY|LR_CTRLKEY)){
|
||||||
#ifdef NEWTRANSFORM
|
#ifdef NEWTRANSFORM
|
||||||
Transform(TFM_TOSPHERE);
|
Transform(TFM_TOSPHERE);
|
||||||
#endif
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
else if(G.qual==LR_ALTKEY) {
|
else if(G.qual==LR_ALTKEY) {
|
||||||
|
|||||||
Reference in New Issue
Block a user