issue #0002673: Not memorize the rotation

This commit is contained in:
wmayer
2016-12-19 17:32:39 +01:00
parent b19a4246ab
commit 00a25d5998
3 changed files with 24 additions and 2 deletions

View File

@@ -268,6 +268,7 @@ void PropertyModel::updateProperty(const App::Property& prop)
child->updateData();
QModelIndex data = this->index(row, column, QModelIndex());
if (data.isValid()) {
child->assignProperty(&prop);
dataChanged(data, data);
updateChildren(child, column, data);
}