diff --git a/src/Gui/propertyeditor/PropertyEditor.cpp b/src/Gui/propertyeditor/PropertyEditor.cpp index c56b0b0f85e7..5dce1e6a1663 100644 --- a/src/Gui/propertyeditor/PropertyEditor.cpp +++ b/src/Gui/propertyeditor/PropertyEditor.cpp @@ -148,7 +148,7 @@ 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) + if (!committing) propertyModel->updateProperty(prop); }