Eeschema: fix Bug #1298868 (Can't create new schematic from main toolbar icon) - Fix a bug I created in rev 4773
This commit is contained in:
parent
36e62b1047
commit
beb33c7522
|
@ -377,7 +377,6 @@ bool SCH_EDIT_FRAME::OpenProjectFiles( const std::vector<wxString>& aFileSet, in
|
||||||
msg.Printf( _( "File '%s' not found." ),
|
msg.Printf( _( "File '%s' not found." ),
|
||||||
GetChars( g_RootSheet->GetScreen()->GetFileName() ) );
|
GetChars( g_RootSheet->GetScreen()->GetFileName() ) );
|
||||||
DisplayInfoMessage( this, msg );
|
DisplayInfoMessage( this, msg );
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return true; // do not close Eeschema if the file if not found:
|
return true; // do not close Eeschema if the file if not found:
|
||||||
|
|
Loading…
Reference in New Issue