From 9fc91a4d04fd8b905a942e1e585cf0e8d84740a9 Mon Sep 17 00:00:00 2001 From: p3lim Date: Wed, 13 Oct 2010 20:53:22 +0200 Subject: [PATCH] Temporary fix for clicking, thanks haste --- oUF_P3lim.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index 2e52fe8..b2ac103 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -164,7 +164,8 @@ local UnitSpecific = { local function Shared(self, unit) self.colors.power.MANA = {0, 144/255, 1} - self:RegisterForClicks('AnyUp') + -- XXX: Change to AnyUp when RegisterAttributeDriver doesn't cause clicks + self:RegisterForClicks('AnyDown') self:SetScript('OnEnter', UnitFrame_OnEnter) self:SetScript('OnLeave', UnitFrame_OnLeave) -- 1.7.9.5