Skip to content
Snippets Groups Projects
Commit 7e6e45dc authored by tcarver's avatar tcarver
Browse files

fix for tooltip text

parent 981c33b7
No related branches found
No related tags found
No related merge requests found
......@@ -473,6 +473,8 @@ import net.sf.samtools.SAMRecord;
*/
public String getToolTipText(int ypos)
{
if(heatPlots == null)
return null;
for(HeatMapLn h: heatPlots)
{
if(ypos > h.yTop && ypos < h.yBtm)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment