mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Finish earlier commit that somehow escaped my notice.
(String is existing.)
This commit is contained in:
parent
d2f0acae6b
commit
c0cbaa4c53
@ -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…
x
Reference in New Issue
Block a user