Skip to content

Commit 08fddc8

Browse files
committed
Fix currency conversion button not being updated after reopening trader panel
1 parent 30a438f commit 08fddc8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Classes/TradeQuery.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@ Highest Weight - Displays the order retrieved from trade]]
563563
self:PullPoENinjaCurrencyConversion(self.pbLeague)
564564
end)
565565
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()
566567

567568
-- used in PopupDialog:Draw()
568569
local function scrollBarFunc()

0 commit comments

Comments
 (0)