You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(layout): emit Custom command before children, not after
Custom render commands were appended after the children loop (alongside
Border), so an element with a CUSTOM background config painted over its
own children — opaque custom-fill parents (e.g. UO gump-sprite windows)
hid every nested label/text.
Move the Custom command up to sit with Rectangle/Image (backgrounds
drawn behind children). Border stays after children so it still frames
them on top. Leaf custom elements are unaffected (no children).
0 commit comments