mirror of
https://github.com/leozide/leocad
synced 2025-01-15 15:40:48 +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);
|
AddPiece(Piece);
|
||||||
Piece->UpdatePosition(1);
|
Piece->UpdatePosition(1);
|
||||||
|
|
||||||
|
SetCurrentStep(LC_STEP_MAX);
|
||||||
SaveCheckpoint(QString());
|
SaveCheckpoint(QString());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue