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

Commit 1750c11

Browse files
Merge pull request #2055 from livecode/bugfix-21969
[21969] Reset the templategroup before creating the tools palette
2 parents 82af3e2 + 2eb58e7 commit 1750c11

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Toolset/palettes/tools/revtools.livecodescript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ on generatePalette
170170
repeat while there is a group "contents"
171171
delete group "contents"
172172
end repeat
173+
reset the templateGroup
173174
create group "contents"
174175

175176
# Clear the error group

notes/bugfix-21969.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Ensure the templategroup is reset before creating the tools palette

0 commit comments

Comments
 (0)