Fem: Call base class handleChangedProperyType function

This commit is contained in:
marioalexis
2024-01-20 12:03:46 -03:00
committed by Chris Hennes
parent 04bc6f8006
commit 336bf03ada
7 changed files with 21 additions and 0 deletions

View File

@@ -141,6 +141,9 @@ void ConstraintDisplacement::handleChangedPropertyType(Base::XMLReader& reader,
zRotationProperty.Restore(reader);
zRotation.setValue(zRotationProperty.getValue());
}
else {
Constraint::handleChangedPropertyType(reader, TypeName, prop);
}
}
void ConstraintDisplacement::onChanged(const App::Property* prop)