Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Toolset/libraries/revidelibrary.8.livecodescript
Original file line number Diff line number Diff line change
Expand Up @@ -3389,7 +3389,11 @@ on revIDECreateObject pObjectTypeID, pTarget, pLoc
if sClassicObjectProperties is empty then __objectPropertiesRead
# Set the default stack to the target we're creating the object on
set the defaultstack to revIDEStackOfObject(pTarget)


if pLoc is empty then
put the loc of this card of the defaultStack into pLoc
end if

# Create the object
lock screen
lock messages
Expand Down
2 changes: 1 addition & 1 deletion Toolset/palettes/tutorial/revtutorial.livecodescript
Original file line number Diff line number Diff line change
Expand Up @@ -3757,7 +3757,7 @@ on revTutorialCreateAndCaptureObjects pWaitData, pCaptureData, pHighlightData
else
if pHighlightData["tool"] is not empty then
dispatch function "toolObjectName" to stack "revTools" with pHighlightData["tool"]
revIDECreateObject the result, sTaggedObjects["stack"][tCapture["target stack"]["tag"]], "0,0"
revIDECreateObject the result, sTaggedObjects["stack"][tCapture["target stack"]["tag"]]
put the result into sTaggedObjects[tType][tCapture["tag"]]
else if pHighlightData["item"][1] contains "Import" then
# Deal with 'import'
Expand Down
1 change: 1 addition & 0 deletions notes/bugfix-20039.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Position tutorial controls in better location when using 'Do It For Me'