Browse Source

Finish earlier commit that somehow escaped my notice.

(String is existing.)
newinvert
Jeff Young 2 years ago
parent
commit
c0cbaa4c53
  1. 2
      eeschema/tools/sch_edit_tool.cpp

2
eeschema/tools/sch_edit_tool.cpp

@ -2431,7 +2431,7 @@ int SCH_EDIT_TOOL::CleanupSheetPins( const TOOL_EVENT& aEvent )
updateItem( sheet, true );
commit.Push( wxT( "" ) );
commit.Push( _( "Cleanup Sheet Pins" ) );
if( selection.IsHover() )
m_toolMgr->RunAction( EE_ACTIONS::clearSelection );

Loading…
Cancel
Save