Skip to content

Commit

Permalink
fix(GUI): Proper reaction on Simulation stop button
Browse files Browse the repository at this point in the history
Do not show the simulation as stopped if it is still
running after pressing the Stop button.
  • Loading branch information
vasylskorych committed May 21, 2024
1 parent 578e78a commit b0faf47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GUIWidgets/SimulationThread/SimulationThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ void CSimulationThread::RequestStop()
{
m_stop();
m_aborted = true;
emit Finished();
}

0 comments on commit b0faf47

Please sign in to comment.