allow for fastpaint
authoramwaterhouse <Andrew Waterhouse>
Wed, 15 Jun 2005 14:59:03 +0000 (14:59 +0000)
committeramwaterhouse <Andrew Waterhouse>
Wed, 15 Jun 2005 14:59:03 +0000 (14:59 +0000)
src/jalview/gui/FeatureRenderer.java

index e80d01a..1de32a5 100755 (executable)
@@ -58,10 +58,12 @@ public class FeatureRenderer
 \r
       if ( ( (fstart <= end) && (fend >= start)))\r
       {\r
-        if (fstart < 0)\r
+        if (fstart < start)\r
         { // fix for if the feature we have starts before the sequence start,\r
-          fstart = 0; // but the feature end is still valid!!\r
+          fstart = start; // but the feature end is still valid!!\r
         }\r
+        if(fend >=end)\r
+          fend = end;\r
 \r
         if (fstart == fend)\r
         {\r