mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-14 07:17:13 -04:00
fixed a state bug in the gui
This commit is contained in:
parent
e76bb88746
commit
71c30c0956
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user