Skip to content

Commit

Permalink
Fix missing setters
Browse files Browse the repository at this point in the history
Issue and fix at PhilJay#2856
  • Loading branch information
dpeters1 authored Sep 11, 2017
1 parent 72031d3 commit 8a0c6bf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public static AnimatedZoomJob getInstance(ViewPortHandler viewPortHandler, View
result.view = v;
result.xOrigin = xOrigin;
result.yOrigin = yOrigin;
result.yAxis = axis;
result.xAxisRange = xAxisRange;
result.resetAnimator();
result.animator.setDuration(duration);
return result;
Expand Down

0 comments on commit 8a0c6bf

Please sign in to comment.