diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-06-14 06:23:23 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-06-14 06:23:23 -0400 |
commit | bb8b7b0227bcddaf2e5407084e136804190d4dab (patch) | |
tree | 1ea5c106664d8510f1a706121374ec94f4e05832 /gui/wxapp.hpp | |
parent | f1773b634eb6cf4e1312379dcc7bcbab7291c60b (diff) |
stick with wx3.0; Linux drawing broke again; timer fixes
Diffstat (limited to 'gui/wxapp.hpp')
-rw-r--r-- | gui/wxapp.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/wxapp.hpp b/gui/wxapp.hpp index 85bddc2..ef6a68c 100644 --- a/gui/wxapp.hpp +++ b/gui/wxapp.hpp @@ -21,7 +21,7 @@ class MainApp : public wxApp { public: virtual bool OnInit() final { - wxFont::AddPrivateFont("./Hack-Regular.ttf"); + //wxFont::AddPrivateFont("./Hack-Regular.ttf"); m_main_frame = new MainFrame; m_main_frame->Show(true); |