Project

General

Profile

« Previous | Next » 

Revision 4c124358

Added by Patrick Plitzner almost 6 years ago

ref #7010 Enable multi-select in factual data view

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/descriptive/e4/FactualDataPartE4.java
85 85
    public void create(Composite parent, EMenuService menuService, MPart thisPart,
86 86
            IEclipseContext context) {
87 87
        TreeViewer treeViewer = new TreeViewer(new Tree(parent, SWT.H_SCROLL
88
                | SWT.V_SCROLL | SWT.FULL_SELECTION));
88
                | SWT.V_SCROLL | SWT.FULL_SELECTION | SWT.MULTI));
89 89

  
90 90
        this.thisPart = thisPart;
91 91

  

Also available in: Unified diff