Skip to content

Commit 3b777f2

Browse files
author
LocalIdentity
committed
Comments
1 parent 756390d commit 3b777f2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/Classes/TradeQuery.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,7 @@ Highest Stat Value - Sort from highest to lowest Stat Value change of equipping
362362
Highest Stat Value / Price - Sorts from highest to lowest by estimated Stat Value per currency
363363
Lowest Price - Sorts from lowest to highest price of retrieved items
364364
Highest Weight - Displays the order retrieved from trade]]
365-
-- avoid calling selFunc to avoid updating controls before they are
366-
-- initialised
367-
-- https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues/9678
365+
-- avoid calling selFunc to avoid updating controls before they are initialised
368366
self.controls.itemSortSelection:SetSel(self.pbItemSortSelectionIndex, true)
369367
self.controls.itemSortSelectionLabel = new("LabelControl", {"TOPRIGHT", self.controls.itemSortSelection, "TOPLEFT"}, {-4, 0, 56, 16}, "^7Sort By:")
370368

0 commit comments

Comments
 (0)