Skip to content

Commit

Permalink
Added few more alpha resets
Browse files Browse the repository at this point in the history
  • Loading branch information
ls- committed Feb 4, 2018
1 parent 677187d commit a3dbc25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ do
GameTooltip:SetPoint(p, self, rP, x, y)

self.AnimOut:Stop()
self:SetAlpha(1)

E:RegisterEvent("MODIFIER_STATE_CHANGED", MODIFIER_STATE_CHANGED)
end
Expand Down Expand Up @@ -680,6 +681,7 @@ do

local function RecycleToast(self)
self:ClearAllPoints()
self:SetAlpha(1)
self:Hide()

self:SetScript("OnClick", Toast_OnClick)
Expand Down

0 comments on commit a3dbc25

Please sign in to comment.