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:
@@ -463,8 +463,6 @@ function Bar:ApplyVisibilityDriver()
|
||||
-- default state is shown
|
||||
self:RegisterVisibilityCondition("show")
|
||||
RegisterStateDriver(self, "visibility", table_concat(self.hidedriver, ";"))
|
||||
self:SetAttribute("statemap-visibility", "$input")
|
||||
self:SetAttribute("state-visibility", self:GetAttribute("state-visibility"))
|
||||
end
|
||||
|
||||
function Bar:DisableVisibilityDriver()
|
||||
|
||||
Reference in New Issue
Block a user