Project

General

Profile

« Previous | Next » 

Revision 80379c19

Added by Katja Luther almost 5 years ago

mend

display of status in drop down according to preference

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/selection/EntitySelectionElement.java
479 479
	/** {@inheritDoc} */
480 480
	@Override
481 481
	public void setBackground(Color color) {
482
	    if(!label.isDisposed()){
482

  
483
	    if(label != null && !label.isDisposed()){
483 484
	        label.setBackground(color);
484 485
	    }
485 486
	}

Also available in: Unified diff