Skip to content

Commit 920fd47

Browse files
committed
Fix CONTAINER_PROJECT_SETTING_TAB_RIGHT option of EditorPlugin to add to the right of all other tabs.
1 parent af77100 commit 920fd47

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)