cherry pick
authorKatja Luther <k.luther@bgbm.org>
Fri, 10 Nov 2017 14:31:37 +0000 (15:31 +0100)
committerKatja Luther <k.luther@bgbm.org>
Mon, 13 Nov 2017 13:59:36 +0000 (14:59 +0100)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/AbstractCdmEditorPartE4.java

index 9e4a3b092b0d343f7156bd48d3ff1fed6415b909..0d56a27f3d6cf9068cd470af97115cd1e359e620 100644 (file)
@@ -128,12 +128,10 @@ public abstract class AbstractCdmEditorPartE4
             showEmptyPage();
             return;
         }
-
         if (viewer != null && viewer.getControl()!= null && viewer.getInput() != null){
 
                viewer.getControl().setEnabled(true);
         }
-
         if(previousSelection==null ||
                 previousSelection!=selection){//skip redundant rendering of details view
             if(delaySelection==null){