summaryrefslogtreecommitdiff
path: root/src/select/properties/height.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/height.c')
-rw-r--r--src/select/properties/height.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select/properties/height.c b/src/select/properties/height.c
index dc90c4f..6a0cfae 100644
--- a/src/select/properties/height.c
+++ b/src/select/properties/height.c
@@ -29,7 +29,7 @@ css_error set_height_from_hint(const css_hint *hint,
css_error initial_height(css_select_state *state)
{
- return set_height(state->result, CSS_HEIGHT_AUTO, 0, CSS_UNIT_PX);
+ return set_height(state->computed, CSS_HEIGHT_AUTO, 0, CSS_UNIT_PX);
}
css_error compose_height(const css_computed_style *parent,