Commit beb33c75 authored by jean-pierre charras's avatar jean-pierre charras
Browse files

Eeschema: fix Bug #1298868 (Can't create new schematic from main toolbar icon)...

Eeschema: fix Bug #1298868 (Can't create new schematic from main toolbar icon) - Fix a bug I created in rev 4773
parent 36e62b10
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -377,7 +377,6 @@ bool SCH_EDIT_FRAME::OpenProjectFiles( const std::vector<wxString>& aFileSet, in
            msg.Printf( _( "File '%s' not found." ),
                        GetChars( g_RootSheet->GetScreen()->GetFileName() ) );
            DisplayInfoMessage( this, msg );
        return false;
        }

        return true;    // do not close Eeschema if the file if not found: