diff -r e2080ac44039 -r e39326ee48dc src/modeleditcontext.cpp --- a/src/modeleditcontext.cpp Fri Sep 17 22:43:22 2021 +0300 +++ b/src/modeleditcontext.cpp Tue Sep 21 19:58:06 2021 +0300 @@ -29,8 +29,7 @@ { for (ldraw::id_t id : this->modifiedObjects) { - const QModelIndex index = this->model().lookup(id); - Q_EMIT this->model().dataChanged(index, index); + this->model().objectModified(id); } }