oUF-wow / oUF

WoW AddOn - Unit frame framework.
MIT License
222 stars 58 forks source link

healthprediction: Fix unwanted statusbar behaviour #664

Closed ls- closed 1 year ago

ls- commented 1 year ago

In 10.2 Blizz broke status bars a bit. Previously, when the bar was empty it was just that, empty, its texture width would be 0. But now it does the opposite of that, while the texture is not visible, it's actually set to the full width. And on top of that it breaks all the anchors. So instead of this: old_sb_pv We now get this: bug_sb_pv