summaryrefslogtreecommitdiff
path: root/src/select/properties/padding_top.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/padding_top.c')
-rw-r--r--src/select/properties/padding_top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select/properties/padding_top.c b/src/select/properties/padding_top.c
index dfc5b39..7ab62ae 100644
--- a/src/select/properties/padding_top.c
+++ b/src/select/properties/padding_top.c
@@ -29,7 +29,7 @@ css_error set_padding_top_from_hint(const css_hint *hint,
css_error initial_padding_top(css_select_state *state)
{
- return set_padding_top(state->result, CSS_PADDING_SET, 0, CSS_UNIT_PX);
+ return set_padding_top(state->computed, CSS_PADDING_SET, 0, CSS_UNIT_PX);
}
css_error compose_padding_top(const css_computed_style *parent,