summaryrefslogtreecommitdiff
path: root/src/select/properties/margin_left.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/margin_left.c')
-rw-r--r--src/select/properties/margin_left.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select/properties/margin_left.c b/src/select/properties/margin_left.c
index 5b3d9f0..bd39871 100644
--- a/src/select/properties/margin_left.c
+++ b/src/select/properties/margin_left.c
@@ -29,7 +29,7 @@ css_error set_margin_left_from_hint(const css_hint *hint,
css_error initial_margin_left(css_select_state *state)
{
- return set_margin_left(state->result, CSS_MARGIN_SET, 0, CSS_UNIT_PX);
+ return set_margin_left(state->computed, CSS_MARGIN_SET, 0, CSS_UNIT_PX);
}
css_error compose_margin_left(const css_computed_style *parent,