Project

General

Profile

« Previous | Next » 

Revision b7797c35

Added by Katja Luther almost 4 years ago

ref #9033: handling of status notes

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/combo/EnumComboElement.java
299 299
    public void widgetSelected(SelectionEvent e) {
300 300

  
301 301
        int index = combo.getSelectionIndex();
302
        if (index == -2){
303
            return;
304
        }
302 305
        if (hasNullValue ){
303 306
            index--;
304 307
        }

Also available in: Unified diff