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 368543
Collapse All | Expand All

(-)a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Composite.java (+3 lines)
Lines 96-101 public Composite (Composite parent, int style) { Link Here
96
}
96
}
97
97
98
static int checkStyle (int style) {
98
static int checkStyle (int style) {
99
	if (OS.INIT_CAIRO) {
100
		style &= ~SWT.NO_BACKGROUND;
101
	}
99
	style &= ~SWT.TRANSPARENT;
102
	style &= ~SWT.TRANSPARENT;
100
	return style;
103
	return style;
101
}
104
}

Return to bug 368543