Skip to content

Commit

Permalink
Merge pull request PhilJay#1144 from danielgindi/master
Browse files Browse the repository at this point in the history
Fix missing argument causing an overflow loop
  • Loading branch information
PhilJay committed Oct 23, 2015
2 parents 89cb45d + df0ef11 commit e56d8bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ public void highlightValue(int xIndex, int dataSetIndex) {
* @param highlight contains information about which entry should be highlighted
*/
public void highlightValue(Highlight highlight) {
highlightValue(highlight);
highlightValue(highlight, false);
}

/**
Expand Down

0 comments on commit e56d8bd

Please sign in to comment.