JAL-1255 don't show 'Right click to add annotations' message in wrapped mode
[jalview.git] / src / jalview / gui / AnnotationLabels.java
index 1577477..dd6f190 100755 (executable)
@@ -960,7 +960,7 @@ public class AnnotationLabels extends JPanel implements MouseListener,
               dragEvent.getY() - scrollOffset);
     }
 
-    if ((aa == null) || (aa.length < 1))
+    if (!av.wrapAlignment && ((aa == null) || (aa.length < 1)))
     {
       g.drawString("Right click", 2, 8);
       g.drawString("to add annotation", 2, 18);