From a26e9c46b2076c7bc2c85f6ff2f433868fa6d291 Mon Sep 17 00:00:00 2001 From: YuSanka Date: Mon, 2 Aug 2021 15:08:54 +0200 Subject: [PATCH] Fixed build --- src/slic3r/GUI/GalleryDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/GalleryDialog.cpp b/src/slic3r/GUI/GalleryDialog.cpp index ad1834733d..c4d46341be 100644 --- a/src/slic3r/GUI/GalleryDialog.cpp +++ b/src/slic3r/GUI/GalleryDialog.cpp @@ -340,7 +340,7 @@ void GalleryDialog::load_label_icon_list() model_path.replace_extension("png"); std::string img_name = model_path.string(); -#ifdef 0 // use "1" just in DEBUG mode to the generation of the thumbnails for the sistem shapes +#if 0 // use "1" just in DEBUG mode to the generation of the thumbnails for the sistem shapes bool can_generate_thumbnail = true; #else bool can_generate_thumbnail = !item.is_system;