+1
-3
@@ -2127,9 +2127,7 @@ std::set<wxString> BOARD::GetNetClassAssignmentCandidates() const
|
||||
|
||||
void BOARD::SynchronizeProperties()
|
||||
{
|
||||
wxCHECK( m_project, /*void*/ );
|
||||
|
||||
if( !m_project->IsNullProject() )
|
||||
if( m_project && !m_project->IsNullProject() )
|
||||
SetProperties( m_project->GetTextVars() );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user