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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user