Project

General

Profile

« Previous | Next » 

Revision 02a4c7ac

Added by Andreas Müller over 6 years ago

cherry pick from hotfix

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/AbstractCdmEditorPartE4.java
128 128
            showEmptyPage();
129 129
            return;
130 130
        }
131

  
132
        if (viewer != null && viewer.getControl()!= null){
133
        	viewer.getControl().setEnabled(true);
134
        }
135

  
131 136
        if(previousSelection==null ||
132 137
                previousSelection!=selection){//skip redundant rendering of details view
133 138
            if(delaySelection==null){

Also available in: Unified diff