Set tooltip
authoramwaterhouse <Andrew Waterhouse>
Thu, 18 Jan 2007 16:46:34 +0000 (16:46 +0000)
committeramwaterhouse <Andrew Waterhouse>
Thu, 18 Jan 2007 16:46:34 +0000 (16:46 +0000)
src/jalview/gui/AnnotationLabels.java

index 36d1ab3..e297335 100755 (executable)
@@ -329,10 +329,8 @@ public class AnnotationLabels extends JPanel implements MouseListener,
 
       if(selectedRow>-1)
       {
-        String desc = ap.av.alignment.
-            getAlignmentAnnotation()[selectedRow].description;
-       // if(desc!=null)
-          setToolTipText(desc);
+        setToolTipText(ap.av.alignment.
+            getAlignmentAnnotation()[selectedRow].description);
 
       }
       repaint();