SFX-WoW / Masque

A button-skinning engine for World of Warcraft.
Other
45 stars 11 forks source link

Bug: Backdrop Missing on Some Bars #256

Closed ArenfeIdt closed 1 year ago

ArenfeIdt commented 1 year ago

Game Flavor

Retail

Game Version

10.0.0

Add-On Version

10.0.0

Description

Good Evening,

as of the new 10.0.0 Version of Masque the backdrop of certain Bars (Bartender4 - Stance Bar) and Skins (Elvuisque - Weakauras in this Instance) is no longer being displayed, using the 9.2.7 Version of Masque does display those Backdrops but it has the already known Scaling issues.

Best Regards

Error Message

No response

Steps to Reproduce

No response

Screenshots

backdropmissing

Notes

No response

StormFX commented 1 year ago

Try Beta-2. I just released it. Also, some skins may not provide a backdrop.

ArenfeIdt commented 1 year ago

Screenshot was taken with Beta-2, did not fix it unfortunately

StormFX commented 1 year ago

I'll look into it.

ArenfeIdt commented 1 year ago

by the way, theres also this, dont know if this is something thats caused by masque but if i move my Bars up by 1 in Bartenders4 it becomes as shown here

positioning

StormFX commented 1 year ago

Oops! I missed something. Change Masque\Core\Regions\Backdrop.lua Line 153 from

    if Enabled and not Skin.Hide and EmptyTypes[bType] then`

To

    if Enabled and not Skin.Hide then
ArenfeIdt commented 1 year ago

worked like a charm, thank you very much for the quick response

backdropmissing

StormFX commented 1 year ago

No problem. I'll have it fixed in the next build.

StormFX commented 1 year ago

Fixed in 1bc67cf.