Commits for angie
switch to files view, user index
v300_preview to v300_preview2 (2014-05-05 to 2014-05-12) v300
- Fixing pgSnp full-mode duplicate label bug noticed by Matt. pgSnpdraws its own labels inside pgSnpDrawAt(). makeActiveImage calls
doLeftLabels which draws the full-mode left labels -- unless there is
a track->drawLeftLabels, in which case doOwnLeftLabels is used to
call track->drawLeftLabels after drawing items. My solution for now
is to give pgSnp a no-op track->drawLeftLabels to prevent the usual
full mode left labels. It would be nice to move the label-drawing
code out of pgSnpDrawAt and into pgSnpLeftLabels, but that would take
a lot more dev & testing effort.
refs #9329 notes 58, 60, 62
- src/hg/hgTracks/simpleTracks.c - lines changed 14, context: html, text, full: html, text
switch to files view, user index