mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-14 11:51:50 +08:00
Fix assertation in linux by comment finalizing operation of font contig
This commit is contained in:
parent
a9bfef6ca6
commit
ce1df3eada
@ -9,7 +9,10 @@
|
||||
using namespace Slic3r::GUI;
|
||||
|
||||
FontConfigHelp::FontConfigHelp() { FcInit(); }
|
||||
FontConfigHelp::~FontConfigHelp() { FcFini(); }
|
||||
FontConfigHelp::~FontConfigHelp() {
|
||||
// fccache.c:795: FcCacheFini: Assertion `fcCacheChains[i] == NULL' failed.
|
||||
// FcFini();
|
||||
}
|
||||
|
||||
std::string FontConfigHelp::get_font_path(const wxFont &font)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user