mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
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 );
|
player->Show( true );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Ensure the netlist (mainly info about symbols) is up to date
|
||||||
|
RecalculateConnections( nullptr, GLOBAL_CLEANUP );
|
||||||
sendNetlistToCvpcb();
|
sendNetlistToCvpcb();
|
||||||
|
|
||||||
player->Raise();
|
player->Raise();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user