Expand "edit newly added dimensions" to edit "Length Ratio" and "Length Difference"
This commit is contained in:
parent
01af666696
commit
cd30e04134
@ -763,7 +763,9 @@ void Constraint::MenuConstrain(Command id) {
|
||||
}
|
||||
}
|
||||
|
||||
if ((id == Command::DISTANCE_DIA || id == Command::ANGLE) && SS.immediatelyEditDimension) {
|
||||
if((id == Command::DISTANCE_DIA || id == Command::ANGLE ||
|
||||
id == Command::RATIO || id == Command::DIFFERENCE) &&
|
||||
SS.immediatelyEditDimension) {
|
||||
SS.GW.EditConstraint(c.h);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user