672d35a053738c40cd6fc026e1d10a109c102f37 braney Wed Aug 31 15:58:17 2022 -0700 remove some of the multiwig options for sequence logo tracks diff --git src/hg/hgTracks/wigTrack.c src/hg/hgTracks/wigTrack.c index eb32f08..eaea142 100644 --- src/hg/hgTracks/wigTrack.c +++ src/hg/hgTracks/wigTrack.c @@ -1591,31 +1591,31 @@ } /* if we're autoscaling and the range is 0 this implies that all values * in the given range are the same. We create a bottom of the scale * by subtracting one from the only value. * This results in drawing a box that fills the range. */ if (graphUpperLimit == graphLowerLimit) { graphLowerLimit = graphUpperLimit - 1; } graphRange = graphUpperLimit - graphLowerLimit; wigTrackSetGraphOutputDefault(tg, xOff, yOff, width, hvg); struct wigMouseOver *mouseOverData = NULL; -if (zoomedToCodonLevel && trackDbSettingOn(tg->tdb, "logo")) +if (zoomedToCodonLevel && trackDbSettingOn(tg->tdb, "logo") && vis != tvDense) //if (zoomedToBaseLevel && trackDbSettingOn(tg->tdb, "logo")) mouseOverData = logoPreDrawContainer(preContainer, preDrawZero, width, tg, hvg, xOff, yOff, graphUpperLimit, graphLowerLimit, graphRange, vis, wigCart, seqStart, seqEnd); else mouseOverData = graphPreDrawContainer(preContainer, preDrawZero, width, tg, hvg, xOff, yOff, graphUpperLimit, graphLowerLimit, graphRange, vis, wigCart); drawZeroLine(vis, wigCart->horizontalGrid, graphUpperLimit, graphLowerLimit, hvg, xOff, yOff, width, tg->lineHeight); drawArbitraryYLine(vis, (enum wiggleGridOptEnum)wigCart->yLineOnOff, graphUpperLimit, graphLowerLimit,