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

(-)a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java (-1 / +1 lines)
Lines 3996-4002 Link Here
3996
	}
3996
	}
3997
	boolean set = false;
3997
	boolean set = false;
3998
	if (OS.GTK3) {
3998
	if (OS.GTK3) {
3999
		set = !getBackground().equals(color);
3999
		set = true;//!getBackground().equals(color);
4000
	} else {
4000
	} else {
4001
		if (gdkColor == null) {
4001
		if (gdkColor == null) {
4002
			long /*int*/ style = OS.gtk_widget_get_modifier_style (handle);
4002
			long /*int*/ style = OS.gtk_widget_get_modifier_style (handle);

Return to bug 421836