Project

General

Profile

« Previous | Next » 

Revision f13a970a

Added by Patrick Plitzner almost 7 years ago

ref #6596 Refactored selection handling to support e3 and e4 parts

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/descriptive/DescriptiveViewPart.java
153 153
	/** {@inheritDoc} */
154 154
	@Override
155 155
    protected void selectionChanged_internal(IWorkbenchPart part, ISelection selection) {
156
		if(AbstractUtility.getActiveEditor() == null){
156
		if(AbstractUtility.getActiveE4Editor() == null){
157 157
			showEmptyPage();
158 158
			return;
159 159
		}

Also available in: Unified diff