From 973903969fa9cca19a7fbd8b6c221223db0d35a6 Mon Sep 17 00:00:00 2001 From: Tekkub Date: Thu, 27 Aug 2009 21:12:58 -0600 Subject: [PATCH] Hide splitstack onhide then closes #9 --- GnomishVendorShrinker.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/GnomishVendorShrinker.lua b/GnomishVendorShrinker.lua index 85a7cbc..e4508d6 100644 --- a/GnomishVendorShrinker.lua +++ b/GnomishVendorShrinker.lua @@ -368,6 +368,7 @@ GVS:SetScript("OnShow", function() scrollbar:SetValue(0) Refresh() end) +GVS:SetScript("OnHide", function() if StackSplitFrame:IsVisible() then StackSplitFrame:Hide() end end) -- Reanchor the buyback button, it acts weird when switching tabs otherwise...