#979 Thumbnail sizes gui bug

This commit is contained in:
remi durand 2021-03-17 17:48:57 +01:00
parent 662f0b0b38
commit c10f41e622

View File

@ -217,7 +217,7 @@ void change_opt_value(DynamicPrintConfig& config, const t_config_option_key& opt
}
break;
case coPoints:{
if (opt_key == "bed_shape" || opt_key == "thumbnails") {
if (opt_key == "bed_shape") {
config.option<ConfigOptionPoints>(opt_key)->values = boost::any_cast<std::vector<Vec2d>>(value);
break;
}