Hide splitstack onhide

then closes #9
This commit is contained in:
Tekkub 2009-08-27 21:12:58 -06:00
parent 405ef32721
commit 973903969f
1 changed files with 1 additions and 0 deletions

View File

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