Project

General

Profile

« Previous | Next » 

Revision 0c52f39c

Added by Niels Hoffmann over 12 years ago

Fixing background color logic as it was kind of broken

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/forms/CdmFormFactory.java
458 458
			return true;
459 459
		}
460 460
	};
461

  
461
	
462 462
	private class SelectionMouseHandler extends MouseAdapter {
463 463
		@Override
464 464
		public void mouseDown(MouseEvent e) {
......
2263 2263
		}
2264 2264

  
2265 2265
		if (backgroundColor != null && !backgroundColor.isDisposed()) {
2266
			element.setBackgroundColor(backgroundColor);
2266
			element.setPersistentBackground(backgroundColor);
2267 2267
		}
2268 2268

  
2269 2269
		adapt(element);

Also available in: Unified diff