applied a fix to the "Hide" option in different states until the hiding system can be re-written
This commit is contained in:
@@ -197,6 +197,18 @@ function ActionBar:SkinChanged(...)
|
||||
self:ForAll("Update")
|
||||
end
|
||||
|
||||
function ActionBar:Lock()
|
||||
if self.disabled or not self.unlocked then return end
|
||||
ButtonBar.Lock(self)
|
||||
self:UpdateStates()
|
||||
end
|
||||
|
||||
function ActionBar:Unlock()
|
||||
if self.disabled or self.unlocked then return end
|
||||
ButtonBar.Unlock(self)
|
||||
self:UpdateStates(true)
|
||||
end
|
||||
|
||||
|
||||
--[[===================================================================================
|
||||
ActionBar Config Interface
|
||||
|
||||
Reference in New Issue
Block a user