Eeschema: fix build error due to field auto place code merged along with bug fix.
This commit is contained in:
parent
4a665f492e
commit
fd054f566e
|
@ -84,9 +84,6 @@ void SCH_EDIT_FRAME::EditComponentFieldText( SCH_FIELD* aField )
|
||||||
m_canvas->SetIgnoreMouseEvents( false );
|
m_canvas->SetIgnoreMouseEvents( false );
|
||||||
OnModify();
|
OnModify();
|
||||||
|
|
||||||
if( m_autoplaceFields )
|
|
||||||
component->AutoAutoplaceFields( GetScreen() );
|
|
||||||
|
|
||||||
m_canvas->Refresh();
|
m_canvas->Refresh();
|
||||||
|
|
||||||
MSG_PANEL_ITEMS items;
|
MSG_PANEL_ITEMS items;
|
||||||
|
|
Loading…
Reference in New Issue