From 5636973177db27d23894795329b1a397333dde2a Mon Sep 17 00:00:00 2001 From: LocalIdentity <31035929+LocalIdentity@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:26:03 +1000 Subject: [PATCH] Update TradeQuery.lua --- src/Classes/TradeQuery.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Classes/TradeQuery.lua b/src/Classes/TradeQuery.lua index d9efe5210c..b5b13d6bcf 100644 --- a/src/Classes/TradeQuery.lua +++ b/src/Classes/TradeQuery.lua @@ -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)