Eeschema, open CvPcb: ensure the netlist sent to CvPcb is up to date.

Fixes #16762
https://gitlab.com/kicad/code/kicad/-/issues/16762
This commit is contained in:
jean-pierre charras 2024-01-26 09:24:38 +01:00
parent 7f5433f0f2
commit 74e02d7701
1 changed files with 2 additions and 0 deletions

View File

@ -1382,6 +1382,8 @@ void SCH_EDIT_FRAME::OnOpenCvpcb( wxCommandEvent& event )
player->Show( true );
}
// Ensure the netlist (mainly info about symbols) is up to date
RecalculateConnections( nullptr, GLOBAL_CLEANUP );
sendNetlistToCvpcb();
player->Raise();