Revert "Handle another case where schematic view was being cleared"
This reverts commit 245ce7259c
.
This commit is contained in:
parent
f7ccb18af5
commit
9f44809164
|
@ -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 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue