remove gaps size range
[jalview.git] / src / jalview / gui / SequenceRenderer.java
index f41a0b9..739187b 100755 (executable)
@@ -1,6 +1,6 @@
 /*\r
  * Jalview - A Sequence Alignment Editor and Viewer\r
- * Copyright (C) 2005 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
+ * Copyright (C) 2006 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
  *\r
  * This program is free software; you can redistribute it and/or\r
  * modify it under the terms of the GNU General Public License\r
@@ -66,8 +66,8 @@ public class SequenceRenderer
         double dwidth = fm.getStringBounds("M", g).getWidth();\r
 \r
         monospacedFont =\r
-               dwidth == fm.getStringBounds("|",g).getWidth()\r
-               && dwidth == (int)dwidth;\r
+               (dwidth == fm.getStringBounds("|",g).getWidth()\r
+               && (float)av.charWidth == dwidth);\r
 \r
         this.renderGaps = renderGaps;\r
     }\r