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

Commit 4e4ed6b

Browse files
committed
Call commands directly instead of using "send"
1 parent feb2ba3 commit 4e4ed6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Toolset/libraries/revidelibrary.8.livecodescript

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9292,9 +9292,10 @@ on revIDEToggleReshapeGraphic
92929292
if "revReshapeLibrary" is not among the lines of revInternal__ListLoadedLibraries() then
92939293
choose pointer tool
92949294
revInternal__LoadLibrary "revReshapeLibrary"
9295-
send "revSetMarkers" to stack "revReshapeLibrary"
9295+
revSetMarkers
92969296
else
9297-
send "revSetMarkers true" to stack "revReshapeLibrary"
9297+
revSetMarkers "true"
9298+
92989299
revInternal__UnloadLibrary "revReshapeLibrary"
92999300
end if
93009301
end revIDEToggleReshapeGraphic

0 commit comments

Comments
 (0)