Project

General

Profile

« Previous | Next » 

Revision 9d6a9bbd

Added by Katja Luther over 1 year ago

ref #10182: revert refresh of details view when loosing focus

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/e4/container/AbstractGroupedContainer.java
168 168
				storeCursor();
169 169
				// notify selection listener
170 170
				setDelayedSelection();
171
				//EventUtility.postAsyncEvent(WorkbenchEventConstants.REFRESH_DETAILS, true);
171
				
172 172

  
173 173
		};
174 174

  
......
178 178
			public void focusLost(FocusEvent e) {
179 179
				super.focusLost(e);
180 180
				persistName();
181
				EventUtility.postAsyncEvent(WorkbenchEventConstants.REFRESH_DETAILS, true);
182 181
			}
182
			
183 183
		};
184 184

  
185 185
		addListener();

Also available in: Unified diff