Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 52498
Collapse All | Expand All

(-)CTabFolder2.java (-1 / +1 lines)
Lines 249-255 Link Here
249
	Display display = getDisplay();
249
	Display display = getDisplay();
250
	selectionForeground = display.getSystemColor(SELECTION_FOREGROUND);
250
	selectionForeground = display.getSystemColor(SELECTION_FOREGROUND);
251
	selectionBackground = display.getSystemColor(SELECTION_BACKGROUND);
251
	selectionBackground = display.getSystemColor(SELECTION_BACKGROUND);
252
	borderColor = display.getSystemColor(BORDER1_COLOR);
252
	borderColor = display.getSystemColor(SWT.COLOR_GRAY);// display.getSystemColor(BORDER1_COLOR);
253
	setForeground(display.getSystemColor(FOREGROUND));
253
	setForeground(display.getSystemColor(FOREGROUND));
254
	setBackground(display.getSystemColor(BACKGROUND));
254
	setBackground(display.getSystemColor(BACKGROUND));
255
	
255
	

Return to bug 52498