Merge branch 'work' into tomerge

This commit is contained in:
Tim Edwards 2018-05-17 09:51:41 -04:00
commit e5f5764871
1 changed files with 2 additions and 2 deletions

View File

@ -808,7 +808,7 @@ DefReadPins(f, rootDef, sname, oscale, total)
GeoTransRect(&t, currect, &topRect);
DBPaint(rootDef, &topRect, curlayer);
DBPutLabel(rootDef, &topRect, -1, pinname, curlayer,
pinNum | pinDir | PORT_DIR_MASK);
pinNum | pinDir | PORT_DIR_MASK | LABEL_STICKY);
pending = FALSE;
pinNum++;
}
@ -823,7 +823,7 @@ DefReadPins(f, rootDef, sname, oscale, total)
GeoTransRect(&t, currect, &topRect);
DBPaint(rootDef, &topRect, curlayer);
DBPutLabel(rootDef, &topRect, -1, pinname, curlayer,
pinNum | pinDir | PORT_DIR_MASK);
pinNum | pinDir | PORT_DIR_MASK | LABEL_STICKY);
pinNum++;
}
break;