(JAL-986) rendering to imageMap counts as rendering offscreen
[jalview.git] / src / jalview / gui / AlignmentPanel.java
index 0155a67..95ef295 100644 (file)
@@ -1173,7 +1173,7 @@ public class AlignmentPanel extends GAlignmentPanel implements
   {
     // /////ONLY WORKS WITH NONE WRAPPED ALIGNMENTS
     // ////////////////////////////////////////////
-    int idWidth = getVisibleIdWidth(true);
+    int idWidth = getVisibleIdWidth(false);
     FontMetrics fm = getFontMetrics(av.getFont());
     int scaleHeight = av.charHeight + fm.getDescent();