Author: max.andersen(a)jboss.com
Date: 2007-07-30 13:18:13 -0400 (Mon, 30 Jul 2007)
New Revision: 2728
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/wizards/UpDownListComposite.java
Log:
JBIDE-608 multiple selection in up/down list
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/wizards/UpDownListComposite.java
===================================================================
---
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/wizards/UpDownListComposite.java 2007-07-30
17:00:23 UTC (rev 2727)
+++
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/wizards/UpDownListComposite.java 2007-07-30
17:18:13 UTC (rev 2728)
@@ -116,7 +116,7 @@
gridData1.heightHint = 20;
gridData1.widthHint = 20;
- table = new Table(group, SWT.FULL_SELECTION | SWT.BORDER);
+ table = new Table(group, SWT.FULL_SELECTION | SWT.BORDER | SWT.MULTI );
table.setHeaderVisible(false);
table.setLayoutData(gridData1);
table.setLinesVisible(false);
Show replies by date