Skip to content

Commit ddd556c

Browse files
Edvinas-SmitaDullson
authored andcommitted
Fix trader occasionally ignoring sort selection (PathOfBuildingCommunity#6111)
1 parent 6c6fda0 commit ddd556c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Classes/TradeQuery.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,6 @@ function TradeQueryClass:PriceItemRowDisplay(row_idx, top_pane_alignment_ref, ro
792792
controls["uri"..context.row_idx]:SetText(url, true)
793793
return
794794
end
795-
self.pbItemSortSelectionIndex = 1
796795
context.controls["priceButton"..context.row_idx].label = "Searching..."
797796
self.tradeQueryRequests:SearchWithQueryWeightAdjusted(self.pbRealm, self.pbLeague, query,
798797
function(items, errMsg)

0 commit comments

Comments
 (0)