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

Commit 33e2c21

Browse files
committed
[Bug 21022] Ensure nested groups' scripts are searched
1 parent e1cc01d commit 33e2c21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2866,7 +2866,7 @@ private command addGroup pGroup, pObeyDontSearch, @xList, pScriptsOnly
28662866

28672867
local tObjectResult
28682868
local tControlID
2869-
repeat for each line tControlID in the childControlIDs of pGroup
2869+
repeat for each line tControlID in the controlIDs of pGroup
28702870
addObject the long id of control id tControlID of pGroup, pObeyDontSearch, xList, pScriptsOnly
28712871
put the result into tObjectResult
28722872

0 commit comments

Comments
 (0)