Project

General

Profile

« Previous | Next » 

Revision 018b80b2

Added by Katja Luther about 5 years ago

ref #7854: improve handling of selection changes in distribution editor

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/e4/StatusDataCellEditor.java
27 27
import eu.etaxonomy.cdm.model.description.Distribution;
28 28
import eu.etaxonomy.cdm.model.description.TaxonDescription;
29 29
import eu.etaxonomy.cdm.model.location.NamedArea;
30
import eu.etaxonomy.taxeditor.event.EventUtility;
31
import eu.etaxonomy.taxeditor.event.WorkbenchEventConstants;
30 32

  
31 33
/**
32 34
 * @author k.luther
......
121 123
                    @Override
122 124
                    public void widgetSelected(SelectionEvent e) {
123 125
                        editor.setDirty();
126
                        EventUtility.postEvent(WorkbenchEventConstants.REFRESH_DETAILS, true);
124 127
                    }
125 128
                    @Override
126 129
                    public void widgetDefaultSelected(SelectionEvent e) {

Also available in: Unified diff