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:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user