Fem: Call base class handleChangedProperyType function
This commit is contained in:
committed by
Chris Hennes
parent
04bc6f8006
commit
336bf03ada
@@ -71,6 +71,9 @@ void ConstraintPressure::handleChangedPropertyType(Base::XMLReader& reader,
|
||||
// therefore we must convert the value with a factor 1000
|
||||
Pressure.setValue(PressureProperty.getValue() * 1000.0);
|
||||
}
|
||||
else {
|
||||
Constraint::handleChangedPropertyType(reader, TypeName, prop);
|
||||
}
|
||||
}
|
||||
|
||||
void ConstraintPressure::onChanged(const App::Property* prop)
|
||||
|
||||
Reference in New Issue
Block a user