Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #115 from FDIM/patch-1
Browse files Browse the repository at this point in the history
Bugfix for progress notifier
  • Loading branch information
rmtheis committed Sep 30, 2015
2 parents 5e931b2 + f330a2d commit 201773e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ public class ProgressValues {
private Rect textRect;

public ProgressValues(int percent, Rect wordRect, Rect textRect) {
this.percent = percent;
this.wordRect = wordRect;
this.textRect = textRect;
}
Expand Down

0 comments on commit 201773e

Please sign in to comment.