Small improvements to the behaviour of the secure environment. Fixes a rare bug when adding/removing buttons from a bar.
This commit is contained in:
parent
dc2329544f
commit
fe0281fdb7
5 changed files with 16 additions and 3 deletions
|
|
@ -52,6 +52,8 @@ function Bartender4.ButtonBar:SkinChanged(SkinID, Gloss, Backdrop, Group, Button
|
|||
bar:SkinChanged(SkinID, Gloss, Backdrop, Colors, Button)
|
||||
end
|
||||
|
||||
ButtonBar.BT4BarType = "ButtonBar"
|
||||
|
||||
function ButtonBar:UpdateSkin()
|
||||
if not self.LBFGroup then return end
|
||||
local config = self.config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue