mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-15 15:58:41 -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!
|
// all repainting is initiated by user actions!
|
||||||
modelDescription.connectToGui(null);
|
modelDescription.connectToGui(null);
|
||||||
|
|
||||||
|
doStep.setEnabled(false);
|
||||||
runToBreak.setEnabled(!runClock && model.isFastRunModel());
|
runToBreak.setEnabled(!runClock && model.isFastRunModel());
|
||||||
|
|
||||||
List<String> ordering = circuitComponent.getCircuit().getMeasurementOrdering();
|
List<String> ordering = circuitComponent.getCircuit().getMeasurementOrdering();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user