We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a438f commit 08fddc8Copy full SHA for 08fddc8
1 file changed
src/Classes/TradeQuery.lua
@@ -563,6 +563,7 @@ Highest Weight - Displays the order retrieved from trade]]
563
self:PullPoENinjaCurrencyConversion(self.pbLeague)
564
end)
565
self.controls.pbNotice = new("LabelControl", {"BOTTOMRIGHT", nil, "BOTTOMRIGHT"}, {-row_height - pane_margins_vertical - row_vertical_padding, -pane_margins_vertical, 300, row_height}, "")
566
+ self:SetCurrencyConversionButton()
567
568
-- used in PopupDialog:Draw()
569
local function scrollBarFunc()
0 commit comments