Skip to content

Commit

Permalink
do not disable stop button in studio
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bonani committed Jan 25, 2022
1 parent c36cf2e commit 50de850
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aseba/clients/studio/NodeTab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,6 @@ void NodeTab::setupConnections() {
case mobsya::ThymioNode::VMExecutionState::Stopped: {
pauseButton->setEnabled(false);
nextButton->hide();
stopButton->setEnabled(false);
break;
};
default: break;
Expand Down

0 comments on commit 50de850

Please sign in to comment.