fixed a state bug in the gui

This commit is contained in:
hneemann 2016-04-20 14:55:26 +02:00
parent e76bb88746
commit 71c30c0956

View File

@ -446,6 +446,7 @@ public class Main extends JFrame implements ClosingWindowListener.ConfirmSave, E
// all repainting is initiated by user actions!
modelDescription.connectToGui(null);
doStep.setEnabled(false);
runToBreak.setEnabled(!runClock && model.isFastRunModel());
List<String> ordering = circuitComponent.getCircuit().getMeasurementOrdering();