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

Commit 4accd19

Browse files
committed
[[ Tutorial ]] Force script editor to be open when highlighting line
This highlight type was missed from the switch in revTutorialEnsurePalette.
1 parent 499a11a commit 4accd19

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Toolset/palettes/tutorial/revtutorial.livecodescript

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2247,6 +2247,9 @@ on revTutorialEnsureState pStep
22472247
case "palette for object"
22482248
revTutorialEnsurePaletteForObject tHighlightDataA["palette"], tHighlightDataA["object"]
22492249
break
2250+
case "script line"
2251+
revTutorialEnsurePaletteForObject "script editor", tHighlightDataA["object"]
2252+
break
22502253
case "item of palette"
22512254
case "palette"
22522255
revTutorialEnsurePalette tHighlightDataA["palette"]

0 commit comments

Comments
 (0)