Skip to content

Commit

Permalink
Fix trader occasionally ignoring sort selection (PathOfBuildingCommun…
Browse files Browse the repository at this point in the history
Edvinas-Smita authored and Dullson committed Dec 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 6c6fda0 commit ddd556c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Classes/TradeQuery.lua
Original file line number Diff line number Diff line change
@@ -792,7 +792,6 @@ function TradeQueryClass:PriceItemRowDisplay(row_idx, top_pane_alignment_ref, ro
controls["uri"..context.row_idx]:SetText(url, true)
return
end
self.pbItemSortSelectionIndex = 1
context.controls["priceButton"..context.row_idx].label = "Searching..."
self.tradeQueryRequests:SearchWithQueryWeightAdjusted(self.pbRealm, self.pbLeague, query,
function(items, errMsg)

0 comments on commit ddd556c

Please sign in to comment.