Revert "Handle another case where schematic view was being cleared"

This reverts commit 245ce7259c.
This commit is contained in:
Jon Evans 2023-02-16 16:44:30 -05:00
parent f7ccb18af5
commit 9f44809164
1 changed files with 0 additions and 4 deletions

View File

@ -478,10 +478,6 @@ void SCH_BASE_FRAME::RemoveFromScreen( EDA_ITEM* aItem, SCH_SCREEN* aScreen )
void SCH_BASE_FRAME::SyncView()
{
// Let tools add things to the view if necessary
if( m_toolManager )
m_toolManager->ResetTools( TOOL_BASE::MODEL_RELOAD );
GetCanvas()->GetView()->UpdateAllItems( KIGFX::ALL );
}