Browse Source

Removed duplicated add_child

qarmin 5 năm trước cách đây
mục cha
commit
7d19939203
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      editor/plugins/animation_state_machine_editor.cpp

+ 0 - 1
editor/plugins/animation_state_machine_editor.cpp

@@ -1362,7 +1362,6 @@ AnimationNodeStateMachineEditor::AnimationNodeStateMachineEditor() {
 	name_edit = memnew(LineEdit);
 	name_edit_popup->add_child(name_edit);
 	name_edit->set_anchors_and_margins_preset(PRESET_WIDE);
-	name_edit_popup->add_child(name_edit);
 	name_edit->connect("text_entered", callable_mp(this, &AnimationNodeStateMachineEditor::_name_edited));
 	name_edit->connect("focus_exited", callable_mp(this, &AnimationNodeStateMachineEditor::_name_edited_focus_out));