From e2876fd115247dc0495ecff606f5b6ddbd5dc6b4 Mon Sep 17 00:00:00 2001 From: Filip Sykala - NTB T15p Date: Fri, 23 Sep 2022 14:09:02 +0200 Subject: [PATCH] Fix for storing changed font issue 69 --- src/slic3r/Utils/EmbossStyleManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/Utils/EmbossStyleManager.cpp b/src/slic3r/Utils/EmbossStyleManager.cpp index 841079d72b..40c4b963dc 100644 --- a/src/slic3r/Utils/EmbossStyleManager.cpp +++ b/src/slic3r/Utils/EmbossStyleManager.cpp @@ -83,8 +83,8 @@ bool EmbossStyleManager::store_styles_to_app_config(bool use_modification, m_style_cache.truncated_name.clear(); m_style_cache.style_index = m_style_items.size(); m_style_items.push_back({style}); - m_style_cache.stored_wx_font = m_style_cache.wx_font; } + m_style_cache.stored_wx_font = m_style_cache.wx_font; } if (store_activ_index)