| 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 93fba3c42c700d03fd873786c718632b685d675d..95392802c7dfdb8d0624ffa08a62e3d90c0cc1d3 100644
|
| --- a/sky/sdk/lib/framework/components2/fixed_height_scrollable.dart
|
| +++ b/sky/sdk/lib/framework/components2/fixed_height_scrollable.dart
|
| @@ -68,7 +68,7 @@ abstract class FixedHeightScrollable extends Scrollable {
|
|
|
| return new SizeObserver(
|
| callback: _handleSizeChanged,
|
| - child: new Clip(
|
| + child: new ClipRect(
|
| child: new DecoratedBox(
|
| decoration: const BoxDecoration(
|
| backgroundColor: const Color(0xFFFFFFFF)
|
|
|