Don't do a full connection database reset on HardRedraw()
Only update the intersheet references to avoid the penalty of connectivity re-calculations on each redraw Cherry-picked fromb8ee588a76and08c2828bd3
This commit is contained in:
@@ -614,7 +614,8 @@ void SCH_EDIT_FRAME::SetCurrentSheet( const SCH_SHEET_PATH& aSheet )
|
||||
|
||||
void SCH_EDIT_FRAME::HardRedraw()
|
||||
{
|
||||
RecalculateConnections( LOCAL_CLEANUP );
|
||||
if( Schematic().Settings().m_IntersheetRefsShow )
|
||||
RecomputeIntersheetRefs();
|
||||
|
||||
FocusOnItem( nullptr );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user