+ fixes #0002197: Buggy Placement dialog when using Euler angles

This commit is contained in:
wmayer
2015-09-13 15:17:44 +02:00
parent c885fa40a9
commit f83707d73e
8 changed files with 88 additions and 1 deletions

View File

@@ -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"