godot icon indicating copy to clipboard operation
godot copied to clipboard

Add a focus border on `ScrollContainer`

Open pafuent opened this issue 5 months ago • 13 comments

Also added child_has_focus function to Control. This is used by ScrollContainer to detect if one of its childs has focus and should draw the focus border. Also added focus SceneStringName. Also added new unit tests for Control.

Supersedes #59362

ScrollContainerFocusBorder

pafuent avatar Sep 27 '24 03:09 pafuent