Quiet wxWidgets assert.

This commit is contained in:
Jeff Young 2021-11-29 18:54:47 +00:00
parent 3af65936c1
commit a0f1d77eaa
1 changed files with 2 additions and 2 deletions

View File

@ -498,9 +498,9 @@ void PANEL_SYM_LIB_TABLE::browseLibrariesHandler( wxCommandEvent& event )
return;
if( m_cur_grid == m_global_grid )
cfg->m_lastSymbolLibDir = dlg.GetPath();
cfg->m_lastSymbolLibDir = dlg.GetDirectory();
else
m_lastProjectLibDir = dlg.GetPath();
m_lastProjectLibDir = dlg.GetDirectory();
const ENV_VAR_MAP& envVars = Pgm().GetLocalEnvVariables();
bool addDuplicates = false;