Fix net highlighting

This commit is contained in:
Jon Evans 2020-06-22 12:02:58 -04:00
parent 40e0a4295d
commit 158f6ad526
1 changed files with 0 additions and 3 deletions

View File

@ -61,9 +61,6 @@ void SCHEMATIC::SetRoot( SCH_SHEET* aRootSheet )
m_rootSheet = aRootSheet;
m_currentSheet->clear();
m_currentSheet->push_back( m_rootSheet );
m_connectionGraph->Reset();
}