*** empty log message ***
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java b/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java
index 5803bfe..760b225 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java
@@ -757,7 +757,8 @@
 
 public void redraw () {
 	checkWidget();
-	redrawWidget (handle);
+	//TEMPORARY CODE
+	redrawWidget (handle, true);
 }
 
 public void redraw (int x, int y, int width, int height, boolean all) {