Jon Evans
5 years ago
1 changed files with
3 additions and
0 deletions
-
pcbnew/board.cpp
|
|
@ -139,6 +139,9 @@ void BOARD::BuildConnectivity() |
|
|
|
|
|
|
|
void BOARD::SetProject( PROJECT* aProject ) |
|
|
|
{ |
|
|
|
if( m_project ) |
|
|
|
ClearProject(); |
|
|
|
|
|
|
|
m_project = aProject; |
|
|
|
|
|
|
|
if( aProject ) |
|
|
|