revert some changes to the action button code again to resolve a weird issue with moving spells (once again its not possible to move actions in combat)

This commit is contained in:
Hendrik Leppkes
2008-06-22 00:24:42 +00:00
parent 5da823daf6
commit 7de890f912
6 changed files with 403 additions and 94 deletions
+3 -1
View File
@@ -342,7 +342,9 @@ function ActionBar:UpdateStates()
self:ApplyStateButton()
SecureStateHeader_Refresh(self)
self:SetAttribute("state", self:GetAttribute("state-page"))
local newState = self:GetAttribute("state-page")
self:SetAttribute("state", newState)
self:ApplyVisibilityDriver()
end