Project

General

Profile

« Previous | Next » 

Revision 403ae331

Added by Patrick Plitzner over 5 years ago

fix #7877 Fix refresh problem of wizard detail elements

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/NonViralNameDetailElement.java
20 20
import eu.etaxonomy.taxeditor.model.MessagingUtils;
21 21
import eu.etaxonomy.taxeditor.preference.IPreferenceKeys;
22 22
import eu.etaxonomy.taxeditor.preference.PreferencesUtil;
23
import eu.etaxonomy.taxeditor.store.StoreUtil;
23 24
import eu.etaxonomy.taxeditor.ui.combo.EnumComboElement;
24 25
import eu.etaxonomy.taxeditor.ui.element.CdmFormFactory;
25 26
import eu.etaxonomy.taxeditor.ui.element.ICdmFormElement;
......
192 193
				getEntity().setNameType(combo_nomenclaturalCode.getSelection());
193 194

  
194 195
				this.updateContent();
196
	            //this is needed for the "new" wizards in order to redraw correctly
197
	            StoreUtil.reflowParentScrolledForm(getLayoutComposite(), true);
195 198
				section_hybrid.setEntity(getEntity());
196 199
				section_author.setEntity(getEntity());
197 200
				section_name.setEntity(getEntity());

Also available in: Unified diff