X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/blobdiff_plain/50c9803d2bcaeb61844b9e4455fe9be8c0f28b4c..76d47327ca1ae7a1f5078f8b786e6c12edcc0889:/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/featuretree/e4/FeatureNodeDropAdapter.java diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/featuretree/e4/FeatureNodeDropAdapter.java b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/featuretree/e4/FeatureNodeDropAdapter.java index 7d8607040..a9832364d 100644 --- a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/featuretree/e4/FeatureNodeDropAdapter.java +++ b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/featuretree/e4/FeatureNodeDropAdapter.java @@ -66,7 +66,7 @@ class FeatureNodeDropAdapter extends ViewerDropAdapter { FeatureNode droppedNode = (FeatureNode) droppedObject; CdmStore.getService(IFeatureNodeService.class).moveFeatureNode(droppedNode.getUuid(), target.getUuid(), position); viewer.refresh(); -// viewer.reveal(droppedNode); + viewer.reveal(droppedNode); } this.featureTreeEditor.setDirty(true); return true;