+ fixes #0002197: Buggy Placement dialog when using Euler angles
This commit is contained in:
@@ -145,4 +145,11 @@ void PropertyEditor::buildUp(const PropertyModel::PropertyList& props)
|
||||
}
|
||||
}
|
||||
|
||||
void PropertyEditor::updateProperty(const App::Property& prop)
|
||||
{
|
||||
// forward this to the model if the property is changed from outside
|
||||
//if (!committing)
|
||||
propertyModel->updateProperty(prop);
|
||||
}
|
||||
|
||||
#include "moc_PropertyEditor.cpp"
|
||||
|
||||
Reference in New Issue
Block a user