[144546] Updating the target namespace wipes out the graphical view
diff --git a/bundles/org.eclipse.wst.xsd.ui/src-adt-xsd-typeviz/org/eclipse/wst/xsd/ui/internal/adt/typeviz/design/figures/FieldFigure.java b/bundles/org.eclipse.wst.xsd.ui/src-adt-xsd-typeviz/org/eclipse/wst/xsd/ui/internal/adt/typeviz/design/figures/FieldFigure.java
index 5c8e1a9..6141bef 100644
--- a/bundles/org.eclipse.wst.xsd.ui/src-adt-xsd-typeviz/org/eclipse/wst/xsd/ui/internal/adt/typeviz/design/figures/FieldFigure.java
+++ b/bundles/org.eclipse.wst.xsd.ui/src-adt-xsd-typeviz/org/eclipse/wst/xsd/ui/internal/adt/typeviz/design/figures/FieldFigure.java
@@ -74,7 +74,8 @@
     rowFigure.add(nameAnnotationLabel);
     
     toolTipLabel = new Label();
-    nameLabel.setToolTip(toolTipLabel);
+//  Don't show tooltip for now.  Annoying vertical line shows up.  Safe fix.
+//    nameLabel.setToolTip(toolTipLabel);
     typeLabel = new Label();
     
     // cs : we need to add some additional padding to the right
@@ -101,7 +102,8 @@
     typeAnnotationLabel.setLabelAlignment(PositionConstants.LEFT);
     typeAnnotationLabel.setOpaque(true);
     rowFigure.add(typeAnnotationLabel);
-    typeAnnotationLabel.setToolTip(toolTipLabel);
+// Don't show tooltip for now.  Annoying vertical line shows up.  Safe fix.
+//    typeAnnotationLabel.setToolTip(toolTipLabel);
     
     rowLayout.setConstraint(nameLabel, "name");
     rowLayout.setConstraint(nameAnnotationLabel, "nameAnnotation");