Synchronize the GAL view after invoking 'autoplace fields' tool

Fixes: lp:1797268
* https://bugs.launchpad.net/kicad/+bug/1797268
This commit is contained in:
Tomasz Włostowski 2018-10-12 23:27:25 +02:00
parent 7f132ca261
commit 30f0e93dbb
1 changed files with 1 additions and 0 deletions

View File

@ -709,6 +709,7 @@ void SCH_EDIT_FRAME::OnAutoplaceFields( wxCommandEvent& aEvent )
component->AutoplaceFields( screen, /* aManual */ true );
SyncView();
GetCanvas()->Refresh();
OnModify();
}