mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 16:45:53 +08:00
Fix for storing changed font
issue 69
This commit is contained in:
parent
072c1752b1
commit
e2876fd115
@ -83,8 +83,8 @@ bool EmbossStyleManager::store_styles_to_app_config(bool use_modification,
|
|||||||
m_style_cache.truncated_name.clear();
|
m_style_cache.truncated_name.clear();
|
||||||
m_style_cache.style_index = m_style_items.size();
|
m_style_cache.style_index = m_style_items.size();
|
||||||
m_style_items.push_back({style});
|
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)
|
if (store_activ_index)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user