Temporary fix for clicking, thanks haste
p3lim [10-13-10 - 18:53]
Temporary fix for clicking, thanks haste
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)