Skip to content

Commit

Permalink
+ do not update item while editor is active
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Sep 14, 2015
1 parent a701257 commit 29f827a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gui/propertyeditor/PropertyEditor.cpp
Expand Up @@ -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);
}

Expand Down

0 comments on commit 29f827a

Please sign in to comment.