tooltip displays formatted annotation row description including sequence reference...
[jalview.git] / src / jalview / gui / AnnotationLabels.java
index c0b8022..2eda839 100755 (executable)
@@ -369,7 +369,7 @@ public class AnnotationLabels
 
       if (aa.description != null && !aa.description.equals("New description"))
       {
-        desc.append(aa.description);
+        desc.append(aa.getDescription(true));
         if(aa.hasScore)
           desc.append("<br>");
       }