motifs should render on top of annotations
authorDiane Trout <diane@caltech.edu>
Wed, 29 Mar 2006 08:32:53 +0000 (08:32 +0000)
committerDiane Trout <diane@caltech.edu>
Wed, 29 Mar 2006 08:32:53 +0000 (08:32 +0000)
alg/glsequence.cpp

index 893e6fcfc8ace6df612a32581066baafcf617a24..656bdd9c0958d1fb4395abc5acdaaa1c16749faf 100644 (file)
@@ -245,7 +245,7 @@ void GlSequence::draw_annotations(GLfloat left, GLfloat right) const
   {
     glColor3fv(color_mapper.lookup("motif", motifs_itor->sequence).get());
     draw_box(left, right, seq_x+motifs_itor->start, seq_x+motifs_itor->end, 
-             seq_height, annotation_z);
+             seq_height, annotation_z+1.0);
   }
 
 }