Don't update graph when entering/leaving sheets

This commit is contained in:
Jon Evans 2019-03-30 11:52:16 -04:00 committed by Wayne Stambaugh
parent 05ed906aea
commit 74ace97249
1 changed files with 0 additions and 5 deletions

View File

@ -283,11 +283,6 @@ void SCH_EDIT_FRAME::DisplayCurrentSheet()
{
Zoom_Automatique( false );
screen->m_Initialized = true;
// TODO(JE) should be able to just recalculate the current sheet path
// RecalculateConnections() handles cleanup and dangling ends tests
RecalculateConnections();
screen->ClearUndoORRedoList( screen->m_UndoList, 1 );
}
else