action_plugin: Remove duplicated entry in UndoList
(cherry picked from commit 429c311ec3
)
This commit is contained in:
parent
5cc2bef954
commit
55bdef9bd2
|
@ -367,7 +367,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