Remove overzealous assert (KICAD-6VK).
This commit is contained in:
@@ -1477,8 +1477,6 @@ void SCH_EDIT_FRAME::OnOpenPcbnew()
|
||||
}
|
||||
else
|
||||
{
|
||||
// If we are running inside a project, it should be impossible for this case to happen
|
||||
wxASSERT( Kiface().IsSingle() );
|
||||
ExecuteFile( PCBNEW_EXE );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user