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

Commit debef20

Browse files
committed
[[ Bug 17769 ]] Fix PB stack sorting issue
1 parent 372252a commit debef20

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Toolset/libraries/revidelibrary.8.livecodescript

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2264,13 +2264,8 @@ private function __ideFilterObjectIDListWithPreference pObjectList
22642264
end __ideFilterObjectIDListWithPreference
22652265

22662266
function revIDEStacksForDataView pIndex
2267-
# Are IDE stacks required
22682267
local tSortType, tSortOrder
2269-
2270-
put revIDEGetPreference("pb_stackSortType") into tSortType
2271-
put revIDEGetPreference("pb_stackSortOrder") into tSortOrder
2272-
if tSortType is empty then put "name" into tSortType
2273-
if tSortOrder is empty then put "ascending" into tSortOrder
2268+
revIDEGetPBSortPreferences "pb_stackSort", tSortType, tSortOrder
22742269

22752270
# Get list of stacks to display
22762271
local tMainStacks, tInvertedMainStacks

notes/bugfix-17769.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Ordering stacks by chosen preference in project browser

0 commit comments

Comments
 (0)