From 76eebc55caad3c14a2279cb0885f0ec1b48737b8 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Wed, 15 Oct 2008 02:52:31 +0200 Subject: [PATCH] Make sure that every bar has the proper config reference when switching profiles --- ActionBars.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ActionBars.lua b/ActionBars.lua index 345c48a..149db20 100644 --- a/ActionBars.lua +++ b/ActionBars.lua @@ -134,6 +134,8 @@ end function BT4ActionBars:ApplyConfig() for i=1,10 do local config = self.db.profile.actionbars[i] + -- make sure the bar has its current config object + self.actionbars[i].config = config if config.enabled then self:EnableBar(i) else