Skip to content

Commit

Permalink
Update TradeQuery.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
LocalIdentity authored Sep 20, 2024
1 parent 38c626c commit 5636973
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Classes/TradeQuery.lua
Original file line number Diff line number Diff line change
Expand Up @@ -529,10 +529,10 @@ end
-- Popup to set stat weight multipliers for sorting
function TradeQueryClass:SetStatWeights(previousSelectionList)
previousSelectionList = previousSelectionList or {}
local controls = { }
local statList = { }
local controls = { }
local statList = { }
local sliderController = { index = 1 }
local popupHeight = 285
local popupHeight = 285

controls.ListControl = new("TradeStatWeightMultiplierListControl", { "TOPLEFT", nil, "TOPRIGHT" }, -410, 45, 400, 200, statList, sliderController)

Expand Down

0 comments on commit 5636973

Please sign in to comment.