mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Quiet noisy assert (KICAD-9D7).
This commit is contained in:
parent
b58f5607cc
commit
bb92b40364
@ -2137,9 +2137,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() );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user