minor update, "Draw Handles" wasnt working when disabled everywhere and replaced some magic numbers

This commit is contained in:
2007-12-01 23:25:00 +00:00
parent 141e279d70
commit 1e32ec2000
16 changed files with 181 additions and 192 deletions

View File

@@ -1160,7 +1160,7 @@ void make_vertex_parent(void)
bezt= nu->bezt;
a= nu->pntsu;
while(a--) {
if(BEZSELECTED(bezt)) {
if(BEZSELECTED_HIDDENHANDLES(bezt)) {
if(v1==0) v1= nr;
else if(v2==0) v2= nr;
else if(v3==0) v3= nr;