Explorar o código

Fix `CONTAINER_PROJECT_SETTING_TAB_RIGHT` option of `EditorPlugin` to add to the right of all other tabs.

Allen Pestaluky hai 11 meses
pai
achega
920fd47fa3
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      editor/plugins/editor_plugin.cpp

+ 0 - 1
editor/plugins/editor_plugin.cpp

@@ -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;
 	}