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/concept/graph/ConceptGraphView.java
45 45
//			return;
46 46
//		}
47 47

  
48
		if(EditorUtil.getActiveEditor() == null){
48
		if(EditorUtil.getActiveE4Editor() == null){
49 49
			showEmptyPage();
50 50
			return;
51 51
		}

Also available in: Unified diff