Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 5f77068

Browse files
Merge pull request #1675 from livecode/bugfix-20103
[[ Bug 20103 ]] Clear highlights before epilogue in tutorial
2 parents f166fcb + a6ae72d commit 5f77068

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Toolset/palettes/tutorial/revtutorial.livecodescript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1961,6 +1961,7 @@ end revTutorialPrologue
19611961

19621962
on revTutorialEpilogue
19631963
if sSteps["epilogue"] is not empty then
1964+
revTutorialClearHighlights
19641965
revTutorialDoInterlude true
19651966
revTutorialSetText "epilogue"
19661967
revTutorialShow

notes/bugfix-20103.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Clear highlights before epilogue of interactive tutorial

0 commit comments

Comments
 (0)