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:
parent
7f5433f0f2
commit
74e02d7701
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue