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
-2
View File
@@ -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()