dbf7b1ce3e172cf9f85fa2275c15368d27c0ff80 braney Tue Feb 15 14:13:37 2011 -0800 a complicated commit to support the arrows in decipher tracks, next item buttons on bigBeds, and the beginnings of BAM wiggles diff --git src/hg/hgTracks/snakeTrack.c src/hg/hgTracks/snakeTrack.c index 8b308ab..608dcd2 100644 --- src/hg/hgTracks/snakeTrack.c +++ src/hg/hgTracks/snakeTrack.c @@ -427,31 +427,31 @@ { lf->components = NULL; slAddHead(&firstLf->components, sf); } } } slSort(&firstLf->components, simpleFeatureCmpQStart); for (item=tg->items;item; item = item->next) { height += tg->itemHeight(tg, item); } } -return 1500; //height; +return 3500; //height; } static void chainDraw(struct track *tg, int seqStart, int seqEnd, struct hvGfx *hvg, int xOff, int yOff, int width, MgFont *font, Color color, enum trackVisibility vis) /* Draw chained features. This loads up the simple features from * the chainLink table, calls linkedFeaturesDraw, and then * frees the simple features again. */ { struct linkedFeatures *lf; struct simpleFeature *sf; struct lm *lm; struct hash *hash; /* Hash of chain ids. */ struct sqlConnection *conn; //double scale = ((double)(winEnd - winStart))/width;