| Index: sky/sdk/lib/framework/components2/fixed_height_scrollable.dart
|
| diff --git a/sky/sdk/lib/framework/components2/fixed_height_scrollable.dart b/sky/sdk/lib/framework/components2/fixed_height_scrollable.dart
|
| index 5a52010f8c4d14fc0c1eb9d83ebc452b0cab9315..93fba3c42c700d03fd873786c718632b685d675d 100644
|
| --- a/sky/sdk/lib/framework/components2/fixed_height_scrollable.dart
|
| +++ b/sky/sdk/lib/framework/components2/fixed_height_scrollable.dart
|
| @@ -75,8 +75,7 @@ abstract class FixedHeightScrollable extends Scrollable {
|
| ),
|
| child: new Transform(
|
| transform: transform,
|
| - child: new BlockContainer(
|
| - children: buildItems(itemShowIndex, itemShowCount))
|
| + child: new Block(buildItems(itemShowIndex, itemShowCount))
|
| )
|
| )
|
| )
|
|
|