Skip to content

Commit 8c2be48

Browse files
Merge pull request livecode#2812 from livecodeali/feature-treeview_enhancements
[[ Tree View ]] Fix saving new tree view properties
2 parents b04c77c + bca1278 commit 8c2be48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/widgets/treeview/treeview.lcb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,11 +325,11 @@ public handler OnLoad(in pProperties as Array)
325325
end if
326326

327327
if ["sort ascending"] is in the keys of pProperties then
328-
put pProperties["array style"] into mArrayStyle
328+
put pProperties["sort ascending"] into mSortAscending
329329
end if
330330

331331
if ["sort numeric"] is in the keys of pProperties then
332-
put pProperties["array style"] into mArrayStyle
332+
put pProperties["sort numeric"] into mSortNumeric
333333
end if
334334
end handler
335335

0 commit comments

Comments
 (0)