Refresh LDBIcon when changing profile

This commit is contained in:
Hendrik Leppkes
2008-11-01 11:50:56 +01:00
committed by Xinhuan
parent 60ff76589d
commit 1b57bf66c3
+3
View File
@@ -569,6 +569,9 @@ function Omen:OnProfileChanged(event, database, newProfileKey)
self:UpdateVisible()
self:UpdateBars()
self:UpdateFuBarSettings()
if LDBIcon then
LDBIcon:Refresh("Omen", db.MinimapIcon)
end
end
function Omen:SetAnchors(useDB)