+ do not update item while editor is active
This commit is contained in:
parent
a7012575d4
commit
29f827a575
|
@ -148,7 +148,7 @@ void PropertyEditor::buildUp(const PropertyModel::PropertyList& props)
|
||||||
void PropertyEditor::updateProperty(const App::Property& prop)
|
void PropertyEditor::updateProperty(const App::Property& prop)
|
||||||
{
|
{
|
||||||
// forward this to the model if the property is changed from outside
|
// forward this to the model if the property is changed from outside
|
||||||
//if (!committing)
|
if (!committing)
|
||||||
propertyModel->updateProperty(prop);
|
propertyModel->updateProperty(prop);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user