Fix assertation in linux by comment finalizing operation of font contig
This commit is contained in:
parent
a9bfef6ca6
commit
ce1df3eada
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue