From bb8b7b0227bcddaf2e5407084e136804190d4dab Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 14 Jun 2021 06:23:23 -0400 Subject: stick with wx3.0; Linux drawing broke again; timer fixes --- gui/wxapp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/wxapp.hpp') 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); -- cgit v1.2.3