Browse Source

Don't do a full connection database reset on redraw

All we need here is an updated intersheet reference, the connectivity
database remains valid and shouldn't be touched
7.0
Seth Hillbrand 3 years ago
parent
commit
b8ee588a76
  1. 3
      eeschema/sch_edit_frame.cpp

3
eeschema/sch_edit_frame.cpp

@ -716,6 +716,9 @@ void SCH_EDIT_FRAME::HardRedraw()
libSymbol.second->ClearCaches();
}
if( Schematic().Settings().m_IntersheetRefsShow )
RecomputeIntersheetRefs();
FocusOnItem( nullptr );
GetCanvas()->DisplaySheet( GetCurrentSheet().LastScreen() );

Loading…
Cancel
Save