mirror of
https://github.com/leozide/leocad
synced 2024-12-26 21:58:44 +01:00
Fixed part highlight drawing in parts list. Fixes #876.
This commit is contained in:
parent
3f54cf766b
commit
30ffbd5e05
1 changed files with 1 additions and 0 deletions
|
@ -4481,6 +4481,7 @@ void lcModel::SetPreviewPieceInfo(PieceInfo* Info, int ColorIndex)
|
|||
AddPiece(Piece);
|
||||
Piece->UpdatePosition(1);
|
||||
|
||||
SetCurrentStep(LC_STEP_MAX);
|
||||
SaveCheckpoint(QString());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue