tooltip displays formatted annotation row description including sequence reference...
[jalview.git] / src / jalview / appletgui / AnnotationLabels.java
index 5ddaa5e..2d2d748 100755 (executable)
@@ -199,14 +199,13 @@ public class AnnotationLabels
       if (tooltip == null)
       {
         tooltip = new Tooltip(ap.av.alignment.
-                              getAlignmentAnnotation()[row].
-                              description,
+                              getAlignmentAnnotation()[row].getDescription(true),
                               this);
       }
       else
       {
         tooltip.setTip(ap.av.alignment.
-                       getAlignmentAnnotation()[row].description);
+                       getAlignmentAnnotation()[row].getDescription(true));
       }
     }
     else if (tooltip != null)