Project

General

Profile

« Previous | Next » 

Revision a1cca9f8

Added by Patrick Plitzner about 5 years ago

Set selection when setting focus to name editor

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/e4/TaxonNameEditorE4.java
258 258
            boolean doEnable = permissionsSatisfied();
259 259
            managedForm.getForm().setEnabled(doEnable);
260 260
        }
261
        if(selection!=null){
262
            selService.setSelection(new StructuredSelection(selection));
263
        }
261 264
        eventBroker.post(WorkbenchEventConstants.CURRENT_ACTIVE_EDITOR, this);
262 265
    }
263 266

  

Also available in: Unified diff