diff --git a/Omen.lua b/Omen.lua index aaaa5a2..d7dbfa5 100644 --- a/Omen.lua +++ b/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)