action_plugin: Remove duplicated entry in UndoList
This commit is contained in:
parent
a29968fa91
commit
429c311ec3
|
@ -370,7 +370,8 @@ void PCB_EDIT_FRAME::RunActionPlugin( ACTION_PLUGIN* aActionPlugin )
|
||||||
delete oldBuffer;
|
delete oldBuffer;
|
||||||
}
|
}
|
||||||
|
|
||||||
commit.Push( _( "Apply action script" ) );
|
// Apply changes, UndoList already handled
|
||||||
|
commit.Push( _( "Apply action script" ), false );
|
||||||
ActivateGalCanvas();
|
ActivateGalCanvas();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue