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

Commit 3f67262

Browse files
committed
Ensure mobileControlTarget returns the long ID of the target if the target is a DataGrid
1 parent 9bb3c48 commit 3f67262

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Toolset/palettes/revdatagridlibrary/behaviorsdatagridbuttonbehavior.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ private command _CreateMobileScroller
324324
(_ControlType() is "table" and \
325325
the dgProps["show hscrollbar"] of me is not false) then
326326
if sScrollerId is empty or sScrollerId is not among the lines of mobileControls() then
327-
put the short name of me into sScrollerId
327+
put the long id of me into sScrollerId
328328
mobileControlCreate "scroller", sScrollerId
329329
end if
330330
mobileControlSet sScrollerId, "canBounce", "true"

notes/bugfix-21555.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Ensure mobileControlTarget() returns the name of the target, if the target is a DataGrid
1+
# Ensure mobileControlTarget() returns the long id of the target, if the target is a DataGrid

0 commit comments

Comments
 (0)