Project

General

Profile

« Previous | Next » 

Revision 7be566bc

Added by Patrick Plitzner almost 6 years ago

ref #7086 Set focus after dropping taxon node

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/workingSet/WorkingSetEditor.java
208 208
            if(!taxonSubtreeFilter.iterator().next().getClassification().equals(taxonNode.getClassification())){
209 209
                MessagingUtils.warningDialog(Messages.TaxonNodeDropAdapter_CLASSIFICATIONS_NO_MATCH, this.getClass(),
210 210
                        Messages.TaxonNodeDropAdapter_CLASSIFICATIONS_NO_MATCH_MESSAGE);
211
                return;
211 212
            }
212

  
213 213
        }
214 214
        Viewer taxonTreeViewer = getTaxonTreeViewer();
215 215
        Object input = taxonTreeViewer.getInput();

Also available in: Unified diff