diff --git a/eeschema/dialogs/panel_sym_lib_table.cpp b/eeschema/dialogs/panel_sym_lib_table.cpp index fd2ed9cc48..ba0567a982 100644 --- a/eeschema/dialogs/panel_sym_lib_table.cpp +++ b/eeschema/dialogs/panel_sym_lib_table.cpp @@ -456,7 +456,7 @@ bool PANEL_SYM_LIB_TABLE::verifyTables() _( "Error Loading Library" ) ); errdlg.ShowModal(); - return false; + return true; } } }