+ do not update item while editor is active

This commit is contained in:
wmayer 2015-09-15 00:30:28 +02:00
parent a7012575d4
commit 29f827a575

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