From 522f6fa6f291003f1a5eb0bd2e6bc8b5877b0ec2 Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 5 Feb 2015 00:49:36 +0000 Subject: [PATCH] Fixed waist accessory selection in the Minifig Wizard. --- qt/lc_qminifigdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/lc_qminifigdialog.cpp b/qt/lc_qminifigdialog.cpp index 964b8d81..fb2b2d38 100644 --- a/qt/lc_qminifigdialog.cpp +++ b/qt/lc_qminifigdialog.cpp @@ -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)