can't see control nodes orange bounding box when child of a Window node

Godot Version

4.3

Question

in the 2d editor of a normal godot scene, I can see these orange bounding boxes for control nodes when selecting the node in the tree view.

however, when the root scene node is a Window node, I can no longer see these bounding boxes.

Any idea why I can’t see the orange bounding boxes in this case? Thanks.

It might be offscreen or tiny; can you see the boxes for the parents? Where does the inspector think it is?

hmm potentially offscreen but i’m not sure where i’d look to verify.

Clicking on any parent or child node in the tree also doesn’t show the boxes.

Since I can’t see in the inspector, i’m not sure where it thinks it is really. :confused:

I don’t think there’s anything wrong with the Control nodes. This is an issue with Viewport, you can’t see / edit child nodes in the editor.