JAL-1255 don't show 'Right click to add annotations' message in wrapped mode
[jalview.git] / src / jalview / appletgui / AnnotationLabels.java
index c85de33..3d54ae1 100755 (executable)
@@ -762,7 +762,7 @@ public class AnnotationLabels extends Panel implements ActionListener,
               dragEvent.getY());
     }
 
-    if ((aa == null) || (aa.length < 1))
+    if (!av.wrapAlignment && ((aa == null) || (aa.length < 1)))
     {
       g.setColor(Color.black);
       g.drawString("Right click", 2, 8);