vallantv / MBBClassic

A WoW Classic addon that gathers all minimap buttons into one button.
The Unlicense
7 stars 3 forks source link

Backdrop no visible in TBC #15

Closed tobbi007 closed 3 years ago

tobbi007 commented 3 years ago

If you rightclick the mbb button the options window will not have a backdrop in tbc classic

I did this to fix this:

@ end of function MBB_OnEvent(self, event, ...) add

Mixin(MBB_OptionsFrame, BackdropTemplateMixin)
    MBB_OptionsFrame:SetBackdrop({
        bgFile = "Interface\\DialogFrame\\UI-DialogBox-Background-Dark", 
        edgeFile = "Interface\\Tooltips\\UI-Tooltip-Border",
        tile = true,
        tileSize = 16,
        edgeSize = 16,
        insets = {left = 4, right = 4, top = 4, bottom = 4},
    })
vallantv commented 3 years ago

Should be fixed in the latest release.