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...