Remove duplicate fix not found by merge.
This commit is contained in:
parent
ec6c1b80b7
commit
509cd8f495
|
@ -471,10 +471,6 @@ bool SCH_EDIT_FRAME::OpenProjectFiles( const std::vector<wxString>& aFileSet, in
|
||||||
sheetList.UpdateSymbolInstances( Schematic().RootScreen()->m_symbolInstances );
|
sheetList.UpdateSymbolInstances( Schematic().RootScreen()->m_symbolInstances );
|
||||||
}
|
}
|
||||||
|
|
||||||
SCH_SHEET_PATH root;
|
|
||||||
root.push_back( &Schematic().Root() );
|
|
||||||
SetCurrentSheet( root );
|
|
||||||
|
|
||||||
Schematic().ConnectionGraph()->Reset();
|
Schematic().ConnectionGraph()->Reset();
|
||||||
|
|
||||||
SetScreen( GetCurrentSheet().LastScreen() );
|
SetScreen( GetCurrentSheet().LastScreen() );
|
||||||
|
|
Loading…
Reference in New Issue