| Index: sky/engine/core/rendering/InlineTextBox.cpp
|
| diff --git a/sky/engine/core/rendering/InlineTextBox.cpp b/sky/engine/core/rendering/InlineTextBox.cpp
|
| index 3401c98fce13ae387e1067ca8d758153c7193f5d..51974effaf574658ecd04438d3f238d7c3f3fb0c 100644
|
| --- a/sky/engine/core/rendering/InlineTextBox.cpp
|
| +++ b/sky/engine/core/rendering/InlineTextBox.cpp
|
| @@ -991,7 +991,6 @@ void InlineTextBox::paintDecoration(GraphicsContext* context, const FloatPoint&
|
| int baseline = styleToUse->fontMetrics().ascent();
|
|
|
| // Set the thick of the line to be 10% (or something else ?)of the computed font size and not less than 1px.
|
| - // Using computedFontSize should take care of zoom as well.
|
|
|
| // Update Underline thickness, in case we have Faulty Font Metrics calculating underline thickness by old method.
|
| float textDecorationThickness = styleToUse->fontMetrics().underlineThickness();
|
|
|