File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -558,6 +558,9 @@ DoRunStop:
558
558
put property `steps` of Presentation into Item
559
559
if the json count of Item is 0 stop
560
560
set attribute `src` of RunStop to `resources/icon/runstop.png`
561
+
562
+ put 0 into N
563
+ gosub to SelectSection
561
564
562
565
iwsy onstep
563
566
begin
Original file line number Diff line number Diff line change @@ -850,8 +850,8 @@ SaveCurrentStep:
850
850
set Blocks to array
851
851
set property `blocks` of CurrentStep to Blocks
852
852
end
853
- put property `duration` of CurrentStep into Duration
854
- if Duration is empty set property `duration` of CurrentStep to 1
853
+ index DurationInput to SelectedStep
854
+ set property `duration` of CurrentStep to the text of DurationInput
855
855
end
856
856
else if Action is `fade down`
857
857
begin
@@ -861,8 +861,8 @@ SaveCurrentStep:
861
861
set Blocks to array
862
862
set property `blocks` of CurrentStep to Blocks
863
863
end
864
- put property `duration` of CurrentStep into Duration
865
- if Duration is empty set property `duration` of CurrentStep to 1
864
+ index DurationInput to SelectedStep
865
+ set property `duration` of CurrentStep to the text of DurationInput
866
866
end
867
867
else if Action is `crossfade`
868
868
begin
You can’t perform that action at this time.
0 commit comments