Don't clear selection on undo/redo.

It's annoying to the user.
This commit is contained in:
Jeff Young 2023-12-22 17:41:43 +00:00
parent df115dbcbd
commit a77ce59487
1 changed files with 0 additions and 2 deletions

View File

@ -803,8 +803,6 @@ int EE_SELECTION_TOOL::Main( const TOOL_EVENT& aEvent )
{
if( SCH_EDIT_FRAME* schframe = dynamic_cast<SCH_EDIT_FRAME*>( m_frame ) )
schframe->FocusOnItem( nullptr );
ClearSelection();
}
else if( evt->IsMotion() && !m_isSymbolEditor && evt->FirstResponder() == this )
{