Don't lock user out of OK'ing libraries dialog.

This commit is contained in:
Jeff Young 2022-07-11 00:02:50 -06:00
parent aaf99eb0cc
commit c243c7e1b8
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ bool PANEL_SYM_LIB_TABLE::verifyTables()
_( "Error Loading Library" ) );
errdlg.ShowModal();
return false;
return true;
}
}
}