Skip to content

Commit

Permalink
Minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilJay committed Oct 30, 2014
1 parent b98781e commit 22d855c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) {
tvX.setText("" + (mSeekBarX.getProgress() + 1));
tvY.setText("" + (mSeekBarY.getProgress()));

setData(mSeekBarX.getProgress() + 1, mSeekBarY.getProgress() - 100);
setData(mSeekBarX.getProgress() + 1, mSeekBarY.getProgress());

// redraw
mChart.invalidate();
Expand Down

0 comments on commit 22d855c

Please sign in to comment.