| Index: samples/swarm/swarm_ui_lib/touch/Scroller.dart
|
| diff --git a/samples/swarm/swarm_ui_lib/touch/Scroller.dart b/samples/swarm/swarm_ui_lib/touch/Scroller.dart
|
| index 7e42e757c21fa4bb9e54cbf71da4dc81d1ce7a1f..2ba480ab88a11901aecdb0ed7cc1058a01e25fab 100644
|
| --- a/samples/swarm/swarm_ui_lib/touch/Scroller.dart
|
| +++ b/samples/swarm/swarm_ui_lib/touch/Scroller.dart
|
| @@ -560,8 +560,8 @@ class Scroller implements Draggable, MomentumDelegate {
|
| _contentSize = new Size(_element.scrollWidth, _element.scrollHeight);
|
| }
|
|
|
| - _scrollSize = new Size(_frame.offsetWidth,
|
| - _frame.offsetHeight);
|
| + _scrollSize = new Size(_frame.offset.width,
|
| + _frame.offset.height);
|
| Size adjusted = _getAdjustedContentSize();
|
| _maxPoint = new Coordinate(-_maxOffset.x, -_maxOffset.y);
|
| _minPoint = new Coordinate(
|
|
|