src/model.cpp

changeset 329
6d75fa09cc0c
parent 328
3ea38fd469ca
child 333
07e65a4c6611
--- 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();
 }
 

mercurial