Skip to content

Commit e64662c

Browse files
committed
Merge pull request #98210 from allenwp/fix-CONTAINER_PROJECT_SETTING_TAB_RIGHT
Fix `CONTAINER_PROJECT_SETTING_TAB_RIGHT` option of `EditorPlugin`
2 parents af77100 + 920fd47 commit e64662c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

editor/plugins/editor_plugin.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ void EditorPlugin::add_control_to_container(CustomControlContainer p_location, C
153153
} break;
154154
case CONTAINER_PROJECT_SETTING_TAB_RIGHT: {
155155
ProjectSettingsEditor::get_singleton()->get_tabs()->add_child(p_control);
156-
ProjectSettingsEditor::get_singleton()->get_tabs()->move_child(p_control, 1);
157156

158157
} break;
159158
}

0 commit comments

Comments
 (0)