Fix for storing changed font

issue 69
This commit is contained in:
Filip Sykala - NTB T15p 2022-09-23 14:09:02 +02:00
parent 072c1752b1
commit e2876fd115

View File

@ -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)