Project

General

Profile

« Previous | Next » 

Revision ae5816a7

Added by Patrick Plitzner over 7 years ago

Avoid double rendering of concept view

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/concept/ConceptViewPart.java
66 66
				IEditorInput input = ((IEditorPart) part).getEditorInput();
67 67
				showViewer(part, new StructuredSelection(input));
68 68
			}
69
			showViewer();
69
			else{
70
				showViewer();
71
			}
70 72
		}
71 73
		else {
72 74
		    showEmptyPage();

Also available in: Unified diff