summaryrefslogtreecommitdiffstats
path: root/m_property.c
diff options
context:
space:
mode:
Diffstat (limited to 'm_property.c')
-rw-r--r--m_property.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/m_property.c b/m_property.c
index f2899912d6..4952c3a29c 100644
--- a/m_property.c
+++ b/m_property.c
@@ -115,6 +115,7 @@ int m_property_do(const m_option_t *prop_list, const char *name,
return r;
bool wrap = opt.type == &m_option_type_choice ||
opt.type == &m_option_type_flag;
+ do_action(prop_list, name, M_PROPERTY_GET_WRAP, &wrap, ctx);
opt.type->add(&opt, &val, *(double*)arg, wrap);
r = do_action(prop_list, name, M_PROPERTY_SET, &val, ctx);
m_option_free(&opt, &val);