Configuration UI: remove sorting routine of feature list 81/23581/3
authorheeyoung <heeyoung1008.hwang@samsung.com>
Mon, 30 Jun 2014 02:30:29 +0000 (11:30 +0900)
committerheeyoung hwang <heeyoung1008.hwang@samsung.com>
Tue, 1 Jul 2014 01:05:23 +0000 (18:05 -0700)
Change-Id: I2cab41677046b434aefb2805d5ac13522685e8cd
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/toolbar/configuration/ConfigurationDialogFeaturesPage.java

index abc02ae..42b71d6 100644 (file)
@@ -111,7 +111,7 @@ public class ConfigurationDialogFeaturesPage extends DAPageComposite {
                                SWT.BORDER | SWT.V_SCROLL | SWT.SINGLE);
                featuresTable.setTree(true);
                featuresTable.setTableName(ConfigureLabels.FEATURE_TABLE_TITLE);
-               featuresTable.setComparator(new ConfigurationTableComparator());
+//             featuresTable.setComparator(new ConfigurationTableComparator());
                featuresTable.setSortTypes(sortTypes);
                featuresTable.setColumns(columnNames);
                featuresTable.setColumnSize(columnSizes);