src/hg/hgTracks/simpleTracks.c 1.124

1.124 2010/02/04 23:31:16 angie
pgSnpDrawAt: removed the ceiling of 50 items for drawing the cool stacked colored bars -- performance is just fine, and display snaps into squish/dense anyway when there are thousands of items.
Index: src/hg/hgTracks/simpleTracks.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/simpleTracks.c,v
retrieving revision 1.123
retrieving revision 1.124
diff -b -B -U 4 -r1.123 -r1.124
--- src/hg/hgTracks/simpleTracks.c	3 Feb 2010 18:43:37 -0000	1.123
+++ src/hg/hgTracks/simpleTracks.c	4 Feb 2010 23:31:16 -0000	1.124
@@ -9241,10 +9241,9 @@
 boolean cmpl = cartUsualBooleanDb(cart, database, COMPLEMENT_BASES_VAR, FALSE);
 char *display = "freq"; //cartVar?
 if (revCmplDisp)
    cmpl = !cmpl;
-if ((!zoomedToBaseLevel && tg->customInt > 50)
-    || vis == tvSquish || vis == tvDense || myItem->alleleCount > 2)
+if (vis == tvSquish || vis == tvDense || myItem->alleleCount > 2)
     {
     withIndividualLabels = TRUE; //haven't done label for this one
     bedDrawSimpleAt(tg, myItem, hvg, xOff, y, scale, font, color, vis);
     return;