Fixed updating of the value for "Post processing scripts" field
This commit is contained in:
parent
9d7b4ce41d
commit
421fbe3a3c
@ -165,7 +165,7 @@ void change_opt_value(DynamicPrintConfig& config, const t_config_option_key& opt
|
||||
std::vector<std::string> values;
|
||||
boost::split(values, str, boost::is_any_of(";"));
|
||||
if (values.size() == 1 && values[0] == "")
|
||||
break;
|
||||
values.resize(0);//break;
|
||||
config.option<ConfigOptionStrings>(opt_key)->values = values;
|
||||
}
|
||||
else{
|
||||
|
Loading…
Reference in New Issue
Block a user