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

Commit ba9bd63

Browse files
Merge pull request #1651 from livecode/bugfix-19984
[Bug 19984] Ensure custom props value comparison is case-sensitive
2 parents 97c0b2a + 0a746f2 commit ba9bd63

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Toolset/palettes/inspector/editors/com.livecode.pi.customprops.behavior.livecodescript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ private command valueChangedOnPath pPath
237237
fetchArrayDataOnPath pPath, tArray, tExisting
238238

239239
local tChanged
240+
set the caseSensitive to true
240241
if tExisting is an array then
241242
put tValue is not empty into tChanged
242243
else

notes/bugfix-19984.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Ensure custom props value comparison is case-sensitive

0 commit comments

Comments
 (0)