From fe1bff7d297c4fa55d2126d9cfe715b161e3c750 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Thu, 7 Jul 2022 11:19:20 -0600 Subject: [PATCH] Remove empty infobar message. I'm not sure what this was for, but it seems like a bad idea and I got a few crashes near here. --- eeschema/symbol_editor/symbol_edit_frame.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/eeschema/symbol_editor/symbol_edit_frame.cpp b/eeschema/symbol_editor/symbol_edit_frame.cpp index 7d9f9f20f0..dca51059cb 100644 --- a/eeschema/symbol_editor/symbol_edit_frame.cpp +++ b/eeschema/symbol_editor/symbol_edit_frame.cpp @@ -536,7 +536,6 @@ bool SYMBOL_EDIT_FRAME::CanCloseSymbolFromSchematic( bool doClose ) if( doClose ) { - GetInfoBar()->ShowMessageFor( wxEmptyString, 1 ); SetCurSymbol( nullptr, false ); updateTitle(); }