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:
parent
ae0dc97929
commit
3add0afdff
@ -593,6 +593,8 @@ void DIALOG_PLOT::arrangeAllLayersList( const LSEQ& aSeq )
|
||||
m_plotAllLayersList->MoveCurrentUp();
|
||||
currentPos--;
|
||||
}
|
||||
|
||||
idx++;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user