ForegroundColor is darker.darker.darker
[jalview.git] / src / jalview / gui / DrawableSequence.java
index 8b7eec1..32e8d1c 100755 (executable)
@@ -33,7 +33,7 @@ public class DrawableSequence implements SequenceI {
   }\r
 \r
   public Color getResidueBoxColour(int i) {\r
-    Color c = cs.findColour(this,sequence.getSequence(i,i+1),i,null);\r
+    Color c = cs.findColour( sequence.getSequence(i,i+1),i,null);\r
     return c;\r
   }\r
 \r