Expand "edit newly added dimensions" to edit "Length Ratio" and "Length Difference"

This commit is contained in:
ruevs 2020-05-10 14:41:16 +03:00 committed by whitequark
parent 01af666696
commit cd30e04134

View File

@ -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);
}