diff -r 3ea38fd469ca -r 6d75fa09cc0c src/model.cpp --- a/src/model.cpp Sun Jul 03 23:54:22 2022 +0300 +++ b/src/model.cpp Mon Jul 04 00:19:18 2022 +0300 @@ -278,6 +278,8 @@ { this->beginResetModel(); this->body.clear(); + this->positions.clear(); + this->runningId = {1}; this->endResetModel(); }