You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user