Rebuild connectivity after append board.

Append board reads the BOARD_ITEMs directly onto
the board and so pushes the commit with CHT_DONE
flags.  However, this means the added items aren't
added correctly to the connectivity system.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/20314
This commit is contained in:
Jeff Young 2025-04-14 20:13:48 +01:00
parent adc5523f43
commit d421af6e4d

View File

@ -1668,6 +1668,7 @@ int PCB_CONTROL::AppendBoard( PCB_IO& pi, const wxString& fileName )
m_frame->Refresh();
}
editFrame->GetBoard()->BuildConnectivity();
ret = 0;
}
else