| Index: sky/sdk/lib/framework/rendering/paragraph.dart
|
| diff --git a/sky/sdk/lib/framework/rendering/paragraph.dart b/sky/sdk/lib/framework/rendering/paragraph.dart
|
| index 834a53493042ab37324a413fa11ae81c28cdd01e..5daf12a1ae176716779a3e627c4355e6cf2b82f6 100644
|
| --- a/sky/sdk/lib/framework/rendering/paragraph.dart
|
| +++ b/sky/sdk/lib/framework/rendering/paragraph.dart
|
| @@ -77,7 +77,7 @@ class RenderParagraph extends RenderBox {
|
| double _getIntrinsicHeight(BoxConstraints constraints) {
|
| _layout(constraints);
|
| return constraints.constrainHeight(
|
| - _applyFloatingPointHack(_layoutRoot.rootElement.height.ceilToDouble));
|
| + _applyFloatingPointHack(_layoutRoot.rootElement.height));
|
| }
|
|
|
| double getMinIntrinsicHeight(BoxConstraints constraints) {
|
|
|