Masque

Masque

7M Downloads

Bug: Backdrop Missing on Some Bars

ArenfeIdt opened this issue ยท 8 comments

commented

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

commented

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

commented

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

commented

I'll look into it.

commented

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

commented

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

backdropmissing

commented

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
commented

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

commented

Fixed in 1bc67cf.