From fdff0c8495209eb8d1c4490816781536d6a9e260 Mon Sep 17 00:00:00 2001 From: GenevensiS <66968533+G-e-n-e-v-e-n-s-i-S@users.noreply.github.com> Date: Thu, 15 May 2025 02:45:02 +0200 Subject: [PATCH] Preload font subfolders --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 73979853..948bd114 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -87,7 +87,7 @@ int MSE::OnRun() { // Platform friendly appname SetAppName(_("magicseteditor")); #endif - Font::PreloadResourceFonts(_("Magic - Fonts"), false); + Font::PreloadResourceFonts(_("Magic - Fonts"), true); wxInitAllImageHandlers(); wxFileSystem::AddHandler(new wxInternetFSHandler); // needed for update checker wxSocketBase::Initialize();