Quiet wxWidgets assert.
This commit is contained in:
parent
3af65936c1
commit
a0f1d77eaa
|
@ -498,9 +498,9 @@ void PANEL_SYM_LIB_TABLE::browseLibrariesHandler( wxCommandEvent& event )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if( m_cur_grid == m_global_grid )
|
if( m_cur_grid == m_global_grid )
|
||||||
cfg->m_lastSymbolLibDir = dlg.GetPath();
|
cfg->m_lastSymbolLibDir = dlg.GetDirectory();
|
||||||
else
|
else
|
||||||
m_lastProjectLibDir = dlg.GetPath();
|
m_lastProjectLibDir = dlg.GetDirectory();
|
||||||
|
|
||||||
const ENV_VAR_MAP& envVars = Pgm().GetLocalEnvVariables();
|
const ENV_VAR_MAP& envVars = Pgm().GetLocalEnvVariables();
|
||||||
bool addDuplicates = false;
|
bool addDuplicates = false;
|
||||||
|
|
Loading…
Reference in New Issue