This is a very specific problem, but if you get a chance to look at it, please take a look.
There are a lot of unnecessary nodes and inputs, I tried to find the problem but didn’t have much success.
The point is, I made a custom region that allows me to call on the grid and access dictionary items right in the region. I was hoping that the Skia Layer widget would be drawn, but it turns out that it is drawn ONLY at the END. Unlike text widgets, for example. You can also see that the space for the widget is allocated, but it is not drawn.
CustomRegionDrawWidgetIssue.vl (41.1 KB)