|
@@ -810,14 +810,14 @@ begin
|
|
|
else
|
|
|
begin
|
|
|
acNextStep.Enabled := False;
|
|
|
- acStop.Enabled := not singleStep;
|
|
|
+ acStop.Enabled := True;
|
|
|
inputMicrobit();
|
|
|
inputSps();
|
|
|
sps.nextStep();
|
|
|
outputSps();
|
|
|
outputMicrobit();
|
|
|
acNextStep.Enabled := singleStep;
|
|
|
- acStop.Enabled := not singleStep;
|
|
|
+ acStop.Enabled := True;
|
|
|
end;
|
|
|
end;
|
|
|
|