diff --git a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java index 9b9150031df..1bd2ff7879c 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java @@ -3547,6 +3547,9 @@ void setBackground () { *

* Note: This operation is a hint and may be overridden by the platform. *

+ *

+ * Note: The background color can be overridden by setting a background image. + *

* @param color the new color (or null) * * @exception IllegalArgumentException