godot
godot copied to clipboard
Add a focus border on `ScrollContainer`
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