mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08:00
Merge pull request #98210 from allenwp/fix-CONTAINER_PROJECT_SETTING_TAB_RIGHT
Fix `CONTAINER_PROJECT_SETTING_TAB_RIGHT` option of `EditorPlugin`
This commit is contained in:
commit
e64662cb63
@ -153,7 +153,6 @@ void EditorPlugin::add_control_to_container(CustomControlContainer p_location, C
|
||||
} break;
|
||||
case CONTAINER_PROJECT_SETTING_TAB_RIGHT: {
|
||||
ProjectSettingsEditor::get_singleton()->get_tabs()->add_child(p_control);
|
||||
ProjectSettingsEditor::get_singleton()->get_tabs()->move_child(p_control, 1);
|
||||
|
||||
} break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user