From 71103138f6aa4a51e598fa4771040b1274a5c526 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Wed, 24 Mar 2010 23:31:26 -0400 Subject: [PATCH] In ListItem_OnClick(): Hide/unparent the highlight texture and kill the tooltips - both were getting stuck when closing expanded entries. --- Frame.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Frame.lua b/Frame.lua index ad0f37b..e9961ee 100644 --- a/Frame.lua +++ b/Frame.lua @@ -2520,6 +2520,12 @@ do end end end + highlight:Hide() + highlight:ClearAllPoints() + highlight:SetParent(nil) + QTip:Release(acquire_tip) + spell_tip:Hide() + MainPanel.scroll_frame:Update(false, true) end -- 1.7.9.5