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:
parent
4d7ddf619a
commit
08c2828bd3
|
@ -716,8 +716,6 @@ void SCH_EDIT_FRAME::HardRedraw()
|
|||
libSymbol.second->ClearCaches();
|
||||
}
|
||||
|
||||
RecalculateConnections( LOCAL_CLEANUP );
|
||||
|
||||
FocusOnItem( nullptr );
|
||||
|
||||
GetCanvas()->DisplaySheet( GetCurrentSheet().LastScreen() );
|
||||
|
|
Loading…
Reference in New Issue