Actually use the correct formatter
This commit is contained in:
parent
ec94dadc04
commit
d97e5ccd30
|
@ -189,8 +189,8 @@ impl DiopserParams {
|
||||||
if value { 1.0 } else { 0.0 },
|
if value { 1.0 } else { 0.0 },
|
||||||
);
|
);
|
||||||
}))
|
}))
|
||||||
.with_value_to_string(formatters::s2v_bool_bypass())
|
.with_value_to_string(formatters::v2s_bool_bypass())
|
||||||
.with_string_to_value(formatters::v2s_bool_bypass())
|
.with_string_to_value(formatters::s2v_bool_bypass())
|
||||||
.make_bypass(),
|
.make_bypass(),
|
||||||
|
|
||||||
filter_stages: IntParam::new(
|
filter_stages: IntParam::new(
|
||||||
|
|
Loading…
Reference in a new issue