Merging 1.7.5 Source: ui changes

This commit is contained in:
Evan Debenham
2015-01-30 14:05:10 -05:00
parent 4499685b09
commit 894f7d9d06
9 changed files with 148 additions and 37 deletions
@@ -108,11 +108,9 @@ public class ScrollPane extends Component {
ScrollPane.this.onClick( p.x, p.y );
}
}
// true if dragging is in progress
}
private boolean dragging = false;
// last touch coords
private PointF lastPos = new PointF();
@Override