summaryrefslogtreecommitdiff
path: root/src/select/properties/min_height.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/min_height.c')
-rw-r--r--src/select/properties/min_height.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select/properties/min_height.c b/src/select/properties/min_height.c
index 0b8221a..8fb1f2b 100644
--- a/src/select/properties/min_height.c
+++ b/src/select/properties/min_height.c
@@ -29,7 +29,7 @@ css_error set_min_height_from_hint(const css_hint *hint,
css_error initial_min_height(css_select_state *state)
{
- return set_min_height(state->result, CSS_MIN_HEIGHT_SET,
+ return set_min_height(state->computed, CSS_MIN_HEIGHT_SET,
0, CSS_UNIT_PX);
}