upgrade reset

This commit is contained in:
acki
2025-05-07 06:57:38 -04:00
parent 598d3ae7e4
commit 3ea4608dbf
2 changed files with 2 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ namespace ModelecGUI
v_layout_ = new QVBoxLayout();
v_layout_->setContentsMargins(0, 0, 0, 0);
v_layout_->setSpacing(0);
v_layout_->addLayout(h_layout_, 1); // Stretch to fill vertical
v_layout_->addLayout(h_layout_, 1);
setLayout(v_layout_);

View File

@@ -176,6 +176,7 @@ namespace ModelecGUI
timer_label_->setText("00");
qpoints.clear();
obstacle_.clear();
AskMap();
}