1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

Merge pull request #78960 from kleonc/inspector-follow-focus

Make editor inspector follow focus
This commit is contained in:
Rémi Verschelde
2024-01-04 16:38:46 +01:00
2 changed files with 2 additions and 0 deletions

View File

@@ -4209,6 +4209,7 @@ EditorInspector::EditorInspector() {
main_vbox->add_theme_constant_override("separation", 0);
add_child(main_vbox);
set_horizontal_scroll_mode(SCROLL_MODE_DISABLED);
set_follow_focus(true);
changing = 0;
search_box = nullptr;