PCB: swap drill and grid origin icon order for convenience

Fixes: https://gitlab.com/kicad/code/kicad/-/issues/11738
This commit is contained in:
Mike Williams 2023-08-22 08:47:25 -04:00
parent 0714d3f1ab
commit e98dfa2bfc
1 changed files with 2 additions and 2 deletions

View File

@ -400,8 +400,8 @@ void PCB_EDIT_FRAME::ReCreateVToolbar()
if( !originGroup )
{
originGroup = new ACTION_GROUP( "group.pcbOrigins",
{ &PCB_ACTIONS::drillOrigin,
&PCB_ACTIONS::gridSetOrigin } );
{ &PCB_ACTIONS::gridSetOrigin,
&PCB_ACTIONS::drillOrigin } );
}
if( !routingGroup )