Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
14 lines
586 B
Diff
14 lines
586 B
Diff
diff --git a/DesktopEditor/doctrenderer/doctrenderer.cpp b/DesktopEditor/doctrenderer/doctrenderer.cpp
|
|
index ac24efa8b2..f6de72cc2a 100644
|
|
--- a/DesktopEditor/doctrenderer/doctrenderer.cpp
|
|
+++ b/DesktopEditor/doctrenderer/doctrenderer.cpp
|
|
@@ -238,7 +238,7 @@ namespace NSDoctRenderer
|
|
public:
|
|
CDoctRenderer_Private(const std::wstring& sAllFontsPath = L"") : CDoctRendererConfig()
|
|
{
|
|
- LoadConfig(NSFile::GetProcessDirectory(), sAllFontsPath);
|
|
+ LoadConfig(NSFile::GetProcessDirectory() + L"/../etc", sAllFontsPath);
|
|
m_pDrawingFile = NULL;
|
|
}
|
|
~CDoctRenderer_Private()
|