summarylogtreecommitdiffstats
path: root/SetColValuesDialog.patch
blob: 3dc9c87e6aef1698c22bd682b157e6e18297b8e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- qtiplot-0.9.8.9/qtiplot/src/table/SetColValuesDialog.cpp	2010-09-27 09:12:49.000000000 +0200
+++ qtiplot-0.9.8.9/qtiplot/src/table/SetColValuesDialog.cpp	2019-12-30 13:15:02.013520676 +0100
@@ -72,12 +72,12 @@
 	hbox1->addWidget(end);
 
 	QGridLayout *gl1 = new QGridLayout();
-	functions = new QComboBox(false);
+	functions = new QComboBox();
 	functions->addItems(muParserScripting::functionsList(true));
 	gl1->addWidget(functions, 0, 0);
 	btnAddFunction = new QPushButton(tr( "Add function" ));
 	gl1->addWidget(btnAddFunction, 0, 1);
-	boxColumn = new QComboBox(false);
+	boxColumn = new QComboBox();
 	gl1->addWidget(boxColumn, 1, 0);
 	btnAddCol = new QPushButton(tr( "Add column" ));
 	gl1->addWidget(btnAddCol, 1, 1);