Browse Source

eemodern: hover selection should autoclear after invoking properties dialog

pull/15/head
Tomasz Włostowski 7 years ago
parent
commit
af30eca3cb
  1. 5
      eeschema/tools/sch_edit_tool.cpp

5
eeschema/tools/sch_edit_tool.cpp

@ -1220,6 +1220,11 @@ int SCH_EDIT_TOOL::Properties( const TOOL_EVENT& aEvent )
updateView( item );
if( selection.IsHover() )
{
m_toolMgr->RunAction( EE_ACTIONS::clearSelection, true );
}
return 0;
}

Loading…
Cancel
Save