Merging 1.7.5 Source: ui changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user