Synchronize the GAL view after invoking 'autoplace fields' tool
Fixes: lp:1797268 * https://bugs.launchpad.net/kicad/+bug/1797268
This commit is contained in:
parent
7f132ca261
commit
30f0e93dbb
eeschema
|
@ -709,6 +709,7 @@ void SCH_EDIT_FRAME::OnAutoplaceFields( wxCommandEvent& aEvent )
|
|||
|
||||
component->AutoplaceFields( screen, /* aManual */ true );
|
||||
|
||||
SyncView();
|
||||
GetCanvas()->Refresh();
|
||||
OnModify();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue