+ do not update item while editor is active

This commit is contained in:
wmayer
2015-09-15 00:30:28 +02:00
parent 2e672847ab
commit 8d31ccea89

View File

@@ -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);
}