From 902ae353f61eb40b179deb12fbe36af6fa7de00a Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Thu, 26 Jun 2025 11:34:14 -0600 Subject: [PATCH] Remove overzealous assert (KICAD-6VK). --- eeschema/sch_edit_frame.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/eeschema/sch_edit_frame.cpp b/eeschema/sch_edit_frame.cpp index 08f4b9c38f..647015027c 100644 --- a/eeschema/sch_edit_frame.cpp +++ b/eeschema/sch_edit_frame.cpp @@ -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 ); } }