Преглед на файлове

Fix bug in EditorPlugin::add_custom_control, fixes #2567

Franklin Sobrinho преди 10 години
родител
ревизия
a609a567ea
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      tools/editor/editor_plugin.cpp

+ 1 - 0
tools/editor/editor_plugin.cpp

@@ -74,6 +74,7 @@ void EditorPlugin::add_custom_control(CustomControlContainer p_location,Control
 		case CONTAINER_CANVAS_EDITOR_SIDE: {
 
 			CanvasItemEditor::get_singleton()->get_palette_split()->add_child(p_control);
+			CanvasItemEditor::get_singleton()->get_palette_split()->move_child(p_control,0);
 
 		} break;
 		case CONTAINER_CANVAS_EDITOR_BOTTOM: {