mirror of
https://github.com/leozide/leocad.git
synced 2026-07-28 04:07:11 +00:00
Ignore part settings from the previous step. Fixes #602.
This commit is contained in:
@@ -531,6 +531,8 @@ void lcModel::LoadLDraw(QIODevice& Device, Project* Project)
|
||||
|
||||
if (Token == QLatin1String("STEP"))
|
||||
{
|
||||
delete Piece;
|
||||
Piece = nullptr;
|
||||
CurrentStep++;
|
||||
mFileLines.append(OriginalLine);
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user