Fix blank list when not loaded on demand
This commit is contained in:
parent
c028cc21f3
commit
bb9c197bdb
1
Init.lua
1
Init.lua
|
@ -20,7 +20,6 @@ function ns.OnLoad()
|
||||||
GVS:SetWidth(315)
|
GVS:SetWidth(315)
|
||||||
GVS:SetHeight(294)
|
GVS:SetHeight(294)
|
||||||
GVS:SetPoint("TOPLEFT", MerchantFrame, 8, -67)
|
GVS:SetPoint("TOPLEFT", MerchantFrame, 8, -67)
|
||||||
GVS:Hide()
|
|
||||||
|
|
||||||
-- Reanchor the buyback button, it acts weird when switching tabs otherwise...
|
-- Reanchor the buyback button, it acts weird when switching tabs otherwise...
|
||||||
MerchantBuyBackItem:ClearAllPoints()
|
MerchantBuyBackItem:ClearAllPoints()
|
||||||
|
|
Loading…
Reference in New Issue