diff options
Diffstat (limited to 'src/style.cpp')
| -rw-r--r-- | src/style.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.cpp b/src/style.cpp index fd6b17892..a67b86167 100644 --- a/src/style.cpp +++ b/src/style.cpp @@ -1672,7 +1672,7 @@ sp_style_merge_length_prop_from_dying_parent(LengthT &child, LengthT const &pare * fixme: Have separate ex ratio parameter. * Get x height from libnrtype or pango. */ - if (!isFinite(child.value)) { + if (!IS_FINITE(child.value)) { child.value = child.computed; child.unit = SP_CSS_UNIT_NONE; } |
