Fix blank list when not loaded on demand

This commit is contained in:
tekkub ʕ ´ᴥ` ʔ 2016-10-04 14:23:55 -06:00
parent c028cc21f3
commit bb9c197bdb
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ function ns.OnLoad()
GVS:SetWidth(315)
GVS:SetHeight(294)
GVS:SetPoint("TOPLEFT", MerchantFrame, 8, -67)
GVS:Hide()
-- Reanchor the buyback button, it acts weird when switching tabs otherwise...
MerchantBuyBackItem:ClearAllPoints()