From 158f6ad526e8b52d754afe34fce354561d86e851 Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Mon, 22 Jun 2020 12:02:58 -0400 Subject: [PATCH] Fix net highlighting --- eeschema/schematic.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/eeschema/schematic.cpp b/eeschema/schematic.cpp index 34da237077..a9e4e39fe3 100644 --- a/eeschema/schematic.cpp +++ b/eeschema/schematic.cpp @@ -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(); }