src/addObjectDialog.cpp

changeset 479
f179241a72a8
parent 475
1f5ab7410e4d
child 491
7d1b5ecd76c0
--- a/src/addObjectDialog.cpp	Fri Aug 23 01:20:09 2013 +0300
+++ b/src/addObjectDialog.cpp	Fri Aug 23 13:01:36 2013 +0300
@@ -82,7 +82,7 @@
 		break;
 	
 	case LDObject::BFC:
-		rb_bfcType = new RadioBox ("Statement", {}, 0, Qt::Vertical);
+		rb_bfcType = new RadioGroup ("Statement", {}, 0, Qt::Vertical);
 		
 		for (int i = 0; i < LDBFC::NumStatements; ++i) {
 			// Separate these in two columns

mercurial