Project

General

Profile

« Previous | Next » 

Revision 1b62813b

Added by Katja Luther almost 3 years ago

fix #9651: setFocus only for selected conceptContainer

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/e4/container/ConceptContainerE4.java
129 129
			initEmptyText();
130 130
		} else {
131 131
			getNameViewer().setText(text);
132
			placeCursor();
132
            if (this.isSelected()){
133
                placeCursor();
134
            }
135

  
133 136
		}
134 137
		calculateAnnotations();
135 138
	}

Also available in: Unified diff