diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java index f82d16d6f84..c36471d39a5 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java @@ -494,7 +494,12 @@ Point computeNativeSize (long h, int wHint, int hHint, boolean changed) { *

* The current selection is copied to the clipboard. *

- * + *

+ * Note: Copy data to the Clipboard may be asynchronous. This + * means that the new clipboard content may not be immediately available right + * after calling this method. To ensure the update is visible, use + * {@link Display#asyncExec(Runnable)} before accessing the clipboard data. + *

* @exception SWTException