Project

General

Profile

« Previous | Next » 

Revision a452be91

Added by Katja Luther about 7 years ago

fix #3737: improve handling of protected/not protected cache fields

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/combo/AbstractComboElement.java
80 80

  
81 81
        Color color = AbstractUtility.getColor(colorId);
82 82
        combo.setBackground(color);
83
        if (label != null) {
84
            label.setBackground(color);
85
        }
86
        colorId = !irrelevant ? Resources.COLOR_COMPOSITE_IRRELEVANT
87
                : Resources.COLOR_COMPOSITE_BACKGROUND;
88
        color = AbstractUtility.getColor(colorId);
89
        combo.setForeground(color);
90

  
83 91
    }
84 92

  
85 93
    public void setVisibleItemCount(int count){

Also available in: Unified diff