summaryrefslogtreecommitdiff
path: root/src/select/properties/left.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/left.c')
-rw-r--r--src/select/properties/left.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select/properties/left.c b/src/select/properties/left.c
index a5c3832..5e0035d 100644
--- a/src/select/properties/left.c
+++ b/src/select/properties/left.c
@@ -29,7 +29,7 @@ css_error set_left_from_hint(const css_hint *hint,
css_error initial_left(css_select_state *state)
{
- return set_left(state->result, CSS_LEFT_AUTO, 0, CSS_UNIT_PX);
+ return set_left(state->computed, CSS_LEFT_AUTO, 0, CSS_UNIT_PX);
}
css_error compose_left(const css_computed_style *parent,