Skip to content

Fix/display stop when done

Richard Feistenauer requested to merge fix/display_stop_when_done into master

The Automaton Window did not stop the run() even when the cellular automaton was not active anymore. And since it is blocking that is not good. So this is the fix. Stop when ca is done.

Edited by Richard Feistenauer

Merge request reports