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

Commit 8664824

Browse files
Merge pull request #1921 from livecode/bugfix-21022
[Bug 21022] Ensure nested groups' scripts can be searched
2 parents e1cc01d + 5dfec32 commit 8664824

2 files changed

Lines changed: 2 additions & 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

notes/bugfix-21022.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Ensure nested groups' scripts can be searched

0 commit comments

Comments
 (0)