Note to self
This commit is contained in:
parent
36a115fcb0
commit
0d8e3dcc17
|
@ -63,6 +63,7 @@ function ns.NewMainFrame()
|
||||||
end)
|
end)
|
||||||
GVS:SetScript("OnEvent", Refresh)
|
GVS:SetScript("OnEvent", Refresh)
|
||||||
GVS:SetScript("OnShow", function(self)
|
GVS:SetScript("OnShow", function(self)
|
||||||
|
-- These are used by the buyback frame, so we can't hide them forever
|
||||||
for i=1,12 do _G["MerchantItem"..i]:Hide() end
|
for i=1,12 do _G["MerchantItem"..i]:Hide() end
|
||||||
|
|
||||||
local max = math.max(0, GetMerchantNumItems() - NUMROWS)
|
local max = math.max(0, GetMerchantNumItems() - NUMROWS)
|
||||||
|
|
Loading…
Reference in New Issue