Edit: Am dumb, confused color and background color. Element was being drawn in front, but it had no fill color!
Hi, I’m confused. I’m working on the Graph Foundation API (which is built on UITK) and trying to draw a blackboard over the graph. (Graph Foundation has a sweet built in blackboard, but it’s not quite what I need)
Here’s the problem:
Here I have an absolute positioned panel. I’m apparantly incorrect in my understanding that the bottom-most element is guaranteed to be drawn first, and you can see my panel is the last in the hierarchy but children are drawing over it. You can see, these child elements that are drawing over are certainly lower in the hierarchy:
As far as I know, I can’t use Z-ordering but the hierarchy doesn’t seem to care about absolute position child order? Quite confused, no idea how to resolve this!
Cheers,
Z.

