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

Commit 5ef44dd

Browse files
committed
[[ Bug ]] Don't fall through switch in menu handling
This will unintentionally cause the user guide to be opened as well as the start center from this menu
1 parent beeae8e commit 5ef44dd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Toolset/palettes/script editor/behaviors/revsemenubarbehavior.livecodescript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@ private command handleHelpMenuPick pItemName
500500
case "Resource Center"
501501
case "Start Center"
502502
revIDEOpenPalette pItemName
503+
break
503504
case "User Guide"
504505
revIDELaunchResource pItemName
505506
break

0 commit comments

Comments
 (0)