Fixed waist accessory selection in the Minifig Wizard.

This commit is contained in:
leo 2015-02-05 00:49:36 +00:00
parent 93363c1069
commit 522f6fa6f2

View file

@ -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)