src/hg/instinct/hgBamBam/hgAnnotations.c 1.6

1.6 2010/06/02 00:36:43 jsanborn
minor changes
Index: src/hg/instinct/hgBamBam/hgAnnotations.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/hgBamBam/hgAnnotations.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/hg/instinct/hgBamBam/hgAnnotations.c	31 May 2010 03:02:21 -0000	1.5
+++ src/hg/instinct/hgBamBam/hgAnnotations.c	2 Jun 2010 00:36:43 -0000	1.6
@@ -555,9 +555,9 @@
     x1 = pixPerBase * (double) (cStart - baseStart);
     x2 = pixPerBase * (double) (cEnd - baseStart);
 
     if (drawLabels)
-	vgTextRight(vg, 0, row, x1-2, settings->fontHeight,
+	vgTextRight(vg, 0, row, x1-2+pStart, settings->fontHeight,
 		    MG_BLACK, settings->font, nb->name);
     
     x1 = pixPerBase * (double) (cStart - baseStart);
     x2 = pixPerBase * (double) (cEnd - baseStart);