From d28f081c8f36405703094fd52492a0d75a39dbf6 Mon Sep 17 00:00:00 2001 From: torhal Date: Mon, 18 May 2009 07:03:27 +0000 Subject: [PATCH] Added an OnHide script to ARL_MiscAltBtn to wipe click_info and hide the clicktip. --- ARLFrame.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ARLFrame.lua b/ARLFrame.lua index 0a638b1..4d18816 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -4519,6 +4519,11 @@ function addon:CreateFrame( end GenerateClickableTT(this) end) + ARL_MiscAltBtn:SetScript("OnHide", + function(this, button) + clicktip:Hide() + wipe(click_info) + end) -- Now that everything exists, populate the global filter table local filterdb = addon.db.profile.filters -- 1.7.9.5