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)