From a958b23a11ae651a7276bae38aae146e77ba52f5 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Tue, 20 Nov 2018 20:11:32 +0000 Subject: [PATCH] Remove assert which fires incorrectly when emptying screen. --- eeschema/libedit/lib_edit_frame.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/eeschema/libedit/lib_edit_frame.cpp b/eeschema/libedit/lib_edit_frame.cpp index 57cb83c94e..9a92b8fee0 100644 --- a/eeschema/libedit/lib_edit_frame.cpp +++ b/eeschema/libedit/lib_edit_frame.cpp @@ -938,7 +938,6 @@ void LIB_EDIT_FRAME::SetCurPart( LIB_PART* aPart ) if( !aPart && !m_my_part ) return; - wxASSERT( m_my_part != aPart ); GetScreen()->SetCurItem( nullptr ); if( m_my_part != aPart )