From 1b57bf66c3100c24cd6a32e22079381d3416e101 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Sat, 1 Nov 2008 11:50:56 +0100 Subject: [PATCH] Refresh LDBIcon when changing profile --- Omen.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Omen.lua b/Omen.lua index 8636408..ab448e8 100644 --- a/Omen.lua +++ b/Omen.lua @@ -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)