Remove anchoring to prevent taints
unknown [11-30-09 - 21:49]
Remove anchoring to prevent taints
diff --git a/Molinari.lua b/Molinari.lua
index c14ac6e..5c3044e 100644
--- a/Molinari.lua
+++ b/Molinari.lua
@@ -16,6 +16,7 @@ button:SetScript('OnLeave', function(self)
self:RegisterEvent('PLAYER_REGEN_ENABLED')
else
self:Hide()
+ self:ClearAllPoints()
AutoCastShine_AutoCastStop(self)
end
end)
@@ -66,7 +67,6 @@ GameTooltip:HookScript('OnTooltipSetItem', function(self)
local slot = GetMouseFocus()
button:SetAttribute('macrotext', macro:format(spell, slot:GetParent():GetID(), slot:GetID()))
button:SetAllPoints(slot)
- button:SetParent(slot)
button:Show()
AutoCastShine_AutoCastStart(button, r, g, b)
end