+ fixes #0001941: Refresh Property Editor

This commit is contained in:
wmayer
2015-09-13 15:53:59 +02:00
parent f83707d73e
commit 854ffb0013
3 changed files with 11 additions and 3 deletions

View File

@@ -268,6 +268,7 @@ void PropertyModel::updateProperty(const App::Property& prop)
for (int row=0; row<numChild; row++) {
PropertyItem* child = rootItem->child(row);
if (child->hasProperty(&prop)) {
child->updateData();
QModelIndex data = this->index(row, column, QModelIndex());
if (data.isValid()) {
dataChanged(data, data);