| 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..467db69bc65c300c81c362e4a7f71e4db88fe3f6 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)
|
|
|