Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
linzyt223 committed Sep 26, 2024
1 parent c5359c2 commit 1b49d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/main/java/com/artifex/mupdf/viewer/ReaderView.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class ReaderView
private int mScrollerLastY;
private float mLastScaleFocusX;
private float mLastScaleFocusY;
private StructuredText mST = new StructuredText(this);
private StructuredText mST = new StructuredText(123);
protected Stack<Integer> mHistory;

static abstract class ViewMapper {
Expand Down Expand Up @@ -907,7 +907,7 @@ public void setLinksEnabled(boolean b) {
resetupChildren();
invalidate();
}
public int snapword(float x, float y) {
public int snapword(int x, int y) {
Point tmp1 = new Point();
tmp1.x = x;
tmp1.y = y;
Expand Down

0 comments on commit 1b49d98

Please sign in to comment.