WoWInterface SVN bdActionbars

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 2 to Rev 3
    Reverse comparison

Rev 2 → Rev 3

trunk/core.lua
470,7 → 470,7
parent.total = parent.total + elapsed
if (parent.total > 0.1) then
parent.total = 0
if (MouseIsOver(self)) then
if (MouseIsOver(self) or bdCore.moving) then
self:SetAlpha(1)
else
self:SetAlpha(0)
478,9 → 478,6
end
end)
 
bdCore:hookEvent("bd_toggle_lock", function()
if bdCore.moving then parent:SetAlpha(1) else parent:SetAlpha(0) end
end)
parent.hooked = true
end
if (not frame.hooked) then