diff --git a/ActionBar.lua b/ActionBar.lua index beb1cfc..3739afd 100644 --- a/ActionBar.lua +++ b/ActionBar.lua @@ -68,6 +68,9 @@ function ActionBar:UpdateButtons(numbuttons) -- need to re-set clickthrough after creating new buttons self:SetClickThrough() + + -- Also need to re-apply state fun to the new buttons, just to be sure. + self:UpdateStates() end function ActionBar:SkinChanged(...)