Project

General

Profile

« Previous | Next » 

Revision 61240256

Added by Katja Luther about 5 years ago

ref #7854: continue order of columns in distribution editor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/ChecklistEditorGeneralPreference.java
514 514
                }
515 515
            }
516 516
        }
517
        if (e.getSource().equals(areaOrderSelectionCombo)){
518
            String text = areaOrderSelectionCombo.getText();
519
            for (TermOrder display: TermOrder.values()){
520
                if (display.getLabel().equals(text)){
521
                    orderAreas = display.getKey();
522
                    break;
523
                }
524
            }
525
        }
517 526

  
518 527
    }
519 528

  

Also available in: Unified diff