more ButtonFacade integration
This commit is contained in:
@@ -80,10 +80,6 @@ function BT4ActionBars:OnEnable()
|
||||
end
|
||||
end
|
||||
|
||||
if LBF then
|
||||
LBF:RegisterSkinCallback("Bartender4", self.UpdateSkin, self)
|
||||
end
|
||||
|
||||
first = nil
|
||||
end
|
||||
|
||||
@@ -139,13 +135,6 @@ function BT4ActionBars:ApplyConfig()
|
||||
end
|
||||
end
|
||||
|
||||
function BT4ActionBars:UpdateSkin(SkinID, Gloss, Backdrop, Group, Button)
|
||||
local id = tonumber(Group)
|
||||
if id and self.actionbars[id] then
|
||||
self.actionbars[id]:ForAll("Update")
|
||||
end
|
||||
end
|
||||
|
||||
-- we do not allow to disable the actionbars module
|
||||
function BT4ActionBars:ToggleModule()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user