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

Commit a1d0a9d

Browse files
authored
Merge pull request #1863 from livecode/bugfix-ide_tests
[[ Bug ]] Send extensionsChanged message after load handler executes
2 parents 0b492d5 + 970b462 commit a1d0a9d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Toolset/libraries/revideextensionlibrary.livecodescript

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,8 @@ end __extensionError
721721

722722
# Send notication that widget has been added/removed
723723
private command __extensionsChanged
724-
ideMessageSend "ideExtensionsChanged"
724+
send "ideMessageSend ideExtensionsChanged" to stack \
725+
"revIDELibrary" in 0 millisecs
725726
end __extensionsChanged
726727

727728
# Sent progress update on installation of widget

0 commit comments

Comments
 (0)