Remove extra call to RecalculatedConnections()

This shouldn't happen when re-drawing, only on specific actions as it
will clog up our pipeline for other actions
This commit is contained in:
Seth Hillbrand 2023-01-20 13:26:23 -08:00
parent 4d7ddf619a
commit 08c2828bd3
1 changed files with 0 additions and 2 deletions

View File

@ -716,8 +716,6 @@ void SCH_EDIT_FRAME::HardRedraw()
libSymbol.second->ClearCaches(); libSymbol.second->ClearCaches();
} }
RecalculateConnections( LOCAL_CLEANUP );
FocusOnItem( nullptr ); FocusOnItem( nullptr );
GetCanvas()->DisplaySheet( GetCurrentSheet().LastScreen() ); GetCanvas()->DisplaySheet( GetCurrentSheet().LastScreen() );