Browse Source

Restore current index counter in plot dialog

Fixes https://gitlab.com/kicad/code/kicad/-/issues/19454
pcb_db
Ian McInerney 10 months ago
parent
commit
3add0afdff
  1. 2
      pcbnew/dialogs/dialog_plot.cpp

2
pcbnew/dialogs/dialog_plot.cpp

@ -593,6 +593,8 @@ void DIALOG_PLOT::arrangeAllLayersList( const LSEQ& aSeq )
m_plotAllLayersList->MoveCurrentUp();
currentPos--;
}
idx++;
}
}

Loading…
Cancel
Save