Fixed a scale for the LegendTexture in a Preview

This commit is contained in:
YuSanka 2019-02-06 10:55:11 +01:00
parent 46f32d091a
commit 3c83fa17cc
2 changed files with 5 additions and 4 deletions

View file

@ -80,8 +80,8 @@ class GUI_App : public wxApp
wxFont m_small_font;
wxFont m_bold_font;
size_t m_em_unit; // "m" string width in pixels.
// Used like a coefficient for a size setting of controls
size_t m_em_unit; // width of a "m"-symbol in pixels for current system font
// Note: for 100% Scale m_em_unit = 10 -> it's a good enough coefficient for a size setting of controls
wxLocale* m_wxLocale{ nullptr };