7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-19 14:01:41 +00:00

Restore current index counter in plot dialog

Fixes https://gitlab.com/kicad/code/kicad/-/issues/19454
This commit is contained in:
Ian McInerney 2025-01-05 02:08:12 +00:00
parent ae0dc97929
commit 3add0afdff

View File

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