90009
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java b/bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java
index a4e2480..a8d9e8d 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java
@@ -3108,6 +3108,7 @@
 	if (!(0 <= index && index < itemsCount)) return;
 	selectItem (items [index], false);
 	setFocusItem (items [index], true);
+	redrawItem (index, true);
 	showSelection ();
 }
 /**
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index 2f06bb8..63c4616 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -12,7 +12,7 @@
 Eclipse Platform Build Notes<br>
 SWT</h1>
 
-<h2> SWT Build 3.1 028e - Thursday March 31st, 2005 </h2>
+<h2> SWT Build 3.1 028f - Friday April 1st, 2005 </h2>
 <h3><a NAME="New APIs"></a>New APIs</h3>
 <p>New API has been added to Spinner</p>
 <blockquote>
@@ -32,6 +32,7 @@
 <br>89533: [Themes] Colors and Fonts preferences page has funny icons for color entries
 <br>89665: VM terminated when switching page in the Plugin manifest editor
 <br>89885: Crash using command-O.
+<br>90009: code assist loses its visual selection
 </blockquote>
 
 <h2> SWT Build 3.1 027c - Thursday March 24nd, 2005 </h2>