mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-24 00:26:55 +00:00
b3f8745b91
f.power.bar inherits f.power's frame level at creation. Bumping f.power's level later doesn't propagate to existing children, so CreateBackdrop's parent.fl - 1 backdrop ends up rendering above the bar — a black bar appears where the power fill should be. Set the bar's frame level explicitly to parent.fl + 1 after CreateBackdrop to restore the bar-over-backdrop order.