pcbnew: fixed: bug 2738052 (Delete tool does not delete zones outlines)
eeschema: fixed: void history file list in menu
This commit is contained in:
parent
1343d9fd41
commit
6cd422ef8a
|
@ -619,7 +619,6 @@ void WinEDA_SchematicFrame::Process_Special_Functions( wxCommandEvent& event )
|
|||
wxEmptyString, FIND_ALIAS );
|
||||
if( LibEntry && LibEntry->m_DocFile != wxEmptyString )
|
||||
{
|
||||
wxMessageBox(g_RealLibDirBuffer, LibEntry->m_DocFile);
|
||||
GetAssociatedDocument( this,
|
||||
g_RealLibDirBuffer,
|
||||
LibEntry->m_DocFile );
|
||||
|
|
Loading…
Reference in New Issue