Quantcast

Added an OnHide script to ARL_MiscAltBtn to wipe click_info and hide the clicktip.

torhal [05-18-09 - 07:03]
Added an OnHide script to ARL_MiscAltBtn to wipe click_info and hide the clicktip.
Filename
ARLFrame.lua
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