From bb9c197bdb637cb302ccdd612a25aac06dc14859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tekkub=20=CA=95=20=C2=B4=E1=B4=A5=60=20=CA=94?= Date: Tue, 4 Oct 2016 14:23:55 -0600 Subject: [PATCH] Fix blank list when not loaded on demand --- Init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/Init.lua b/Init.lua index a8356a9..8954c97 100644 --- a/Init.lua +++ b/Init.lua @@ -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()