Omen will now update its bars immediately on showing from a hidden state instead of updating on the next threat event.
This commit is contained in:
parent
5f69963719
commit
245b70ff43
1 changed files with 1 additions and 1 deletions
2
Omen.lua
2
Omen.lua
|
|
@ -347,7 +347,7 @@ function Omen:CreateFrames()
|
|||
self.Anchor:SetWidth(225)
|
||||
self.Anchor:SetHeight(150)
|
||||
self.Anchor:SetScript("OnHide", stopmoving)
|
||||
self.Anchor:SetScript("OnShow", function(self) db.Shown = true end)
|
||||
self.Anchor:SetScript("OnShow", function(self) db.Shown = true Omen:UpdateBars() end)
|
||||
|
||||
-- Create Title
|
||||
self.Title = CreateFrame("Button", "OmenTitle", self.Anchor)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue