Browse Source

pcbnew: MC tool shalt not commit twice

jobs
Tomasz Wlostowski 1 year ago
parent
commit
6c5d5075a4
  1. 3
      pcbnew/tools/multichannel_tool.cpp

3
pcbnew/tools/multichannel_tool.cpp

@ -383,9 +383,6 @@ int MULTICHANNEL_TOOL::RepeatLayout( const TOOL_EVENT& aEvent, ZONE* aRefZone )
totalCopied++; totalCopied++;
} }
commit.Push( _( "Repeat layout" ) );
if( Pgm().IsGUI() ) if( Pgm().IsGUI() )
{ {
frame()->ShowInfoBarMsg( wxString::Format( _( "Copied to %d Rule Areas." ), totalCopied ), frame()->ShowInfoBarMsg( wxString::Format( _( "Copied to %d Rule Areas." ), totalCopied ),

Loading…
Cancel
Save