Project

General

Profile

« Previous | Next » 

Revision 71f54d4c

Added by Patrick Plitzner over 6 years ago

ref #6912 Disable multi-select and re-order context menu

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/datasource/e4/CdmDataSourceViewPartE4.java
182 182
		fillLayout.type = SWT.VERTICAL;
183 183
		parent.setLayout(fillLayout);
184 184

  
185
		viewer = new TableViewer(parent, SWT.MULTI | SWT.H_SCROLL
185
		viewer = new TableViewer(parent, SWT.H_SCROLL
186 186
												| SWT.V_SCROLL | SWT.FULL_SELECTION);
187 187

  
188 188
		createColumns(viewer);

Also available in: Unified diff