diff --git a/eeschema/edit_component_in_schematic.cpp b/eeschema/edit_component_in_schematic.cpp index 2680949d83..e2ddb0afc0 100644 --- a/eeschema/edit_component_in_schematic.cpp +++ b/eeschema/edit_component_in_schematic.cpp @@ -84,9 +84,6 @@ void SCH_EDIT_FRAME::EditComponentFieldText( SCH_FIELD* aField ) m_canvas->SetIgnoreMouseEvents( false ); OnModify(); - if( m_autoplaceFields ) - component->AutoAutoplaceFields( GetScreen() ); - m_canvas->Refresh(); MSG_PANEL_ITEMS items;