Don't lock user out of OK'ing libraries dialog.
This commit is contained in:
parent
aaf99eb0cc
commit
c243c7e1b8
|
@ -456,7 +456,7 @@ bool PANEL_SYM_LIB_TABLE::verifyTables()
|
|||
_( "Error Loading Library" ) );
|
||||
errdlg.ShowModal();
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue