diff --git a/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp b/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp index 5bfad1b9..8e6c14b0 100644 --- a/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp @@ -169,6 +169,7 @@ void InsightWindow::onTargetStateUpdate(TargetState newState) { if (newState == TargetState::RUNNING) { this->targetStatusLabel->setText("Running"); this->programCounterValueLabel->setText("-"); + this->toggleUi(true); } else if (newState == TargetState::STOPPED) { this->targetStatusLabel->setText("Stopped");