Fix enabling/disabling of selfcast/focuscast

This commit is contained in:
Hendrik Leppkes
2008-10-30 09:17:33 +01:00
parent bb83d20d41
commit 3998774497
2 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -134,6 +134,6 @@ function ActionBar:GetHideHotkey()
end
function ActionBar:UpdateSelfCast()
self:ForAll("SetAttribute", "checkselfcast", Bartender4.db.profile.selfcastmodifier and true or nil)
self:ForAll("UpdateSelfCast")
self:UpdateStates()
end