From c10f41e622628d519d3c751065844ee97e5923c6 Mon Sep 17 00:00:00 2001 From: remi durand Date: Wed, 17 Mar 2021 17:48:57 +0100 Subject: [PATCH] #979 Thumbnail sizes gui bug --- src/slic3r/GUI/GUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/GUI.cpp b/src/slic3r/GUI/GUI.cpp index 0f9af3ccb..3ed8a7021 100644 --- a/src/slic3r/GUI/GUI.cpp +++ b/src/slic3r/GUI/GUI.cpp @@ -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(opt_key)->values = boost::any_cast>(value); break; }