Project

General

Profile

« Previous | Next » 

Revision 3c2b5bba

Added by Patrick Plitzner over 6 years ago

ref #6905, #6597 further improvement on selection evaluation

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/supplementaldata/SupplementalDataPartE4.java
107 107

  
108 108
	        showViewer(structuredSelection, activePart);
109 109
	        return;
110
	    }else{
110
	    }
111
        else if(selectionProvidingPart.isVisible()){
112
            return;
113
        }
114
        else{
111 115
	        showEmptyPage();
112 116
	        return;
113 117
	    }

Also available in: Unified diff