mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
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:
parent
adc5523f43
commit
d421af6e4d
@ -1668,6 +1668,7 @@ int PCB_CONTROL::AppendBoard( PCB_IO& pi, const wxString& fileName )
|
||||
m_frame->Refresh();
|
||||
}
|
||||
|
||||
editFrame->GetBoard()->BuildConnectivity();
|
||||
ret = 0;
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user