mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +01:00
Fixed waist accessory selection in the Minifig Wizard.
This commit is contained in:
parent
93363c1069
commit
522f6fa6f2
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ int lcQMinifigDialog::getTypeIndex(QObject *widget)
|
|||
else if (widget == ui->body2Type)
|
||||
return LC_MFW_BODY2;
|
||||
else if (widget == ui->body3Type)
|
||||
return LC_MFW_BODY;
|
||||
return LC_MFW_BODY3;
|
||||
else if (widget == ui->rarmType)
|
||||
return LC_MFW_RARM;
|
||||
else if (widget == ui->larmType)
|
||||
|
|
Loading…
Reference in a new issue