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

Commit 185ab7a

Browse files
Merge pull request #1965 from montegoulding/bugfix-21206
[[ Bug 21206 ]] Fix error opening msg box from SE
2 parents a039f21 + 5c25591 commit 185ab7a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2144,6 +2144,10 @@ command actionAutocompleteSnippetManager
21442144
modeless "com.livecode.palette.autocomplete-pro"
21452145
end actionAutocompleteSnippetManager
21462146

2147+
command actionLaunchMessageBox
2148+
revIDEOpenPalette "Message Box"
2149+
end actionLaunchMessageBox
2150+
21472151
################################################################################
21482152
#
21492153
# Keyboard shortcut handling

notes/bugfix-21206.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix execution error opening message box from script editor via Cmd/Ctrl+M

0 commit comments

Comments
 (0)