summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti <silenio>2002-12-06 19:18:04 +0000
committerSilenio Quarti <silenio>2002-12-06 19:18:04 +0000
commit9a896abfc057293ce3437401c9533e7507942480 (patch)
tree5b8d24e1ac7ca0b6c94d917b94badc3c19ffce94
parentfc873e959d8f0ffb44638819050ad4842394a8e1 (diff)
downloadeclipse.platform.swt-9a896abfc057293ce3437401c9533e7507942480.tar.gz
eclipse.platform.swt-9a896abfc057293ce3437401c9533e7507942480.tar.xz
eclipse.platform.swt-9a896abfc057293ce3437401c9533e7507942480.zip
*** empty log message ***
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/ToolItem.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/ToolItem.java b/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/ToolItem.java
index 46fd2728cd..358071eacb 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/ToolItem.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/ToolItem.java
@@ -340,7 +340,7 @@ int kEventMenuOpening (int nextHandler, int theEvent, int userData) {
return OS.userCanceledErr;
}
-public void redraw () {
+void redraw () {
checkWidget();
if (!OS.IsControlVisible (handle)) return;
Rect rect = new Rect ();