From 8ea8eb67e46b019febcbf5c77f5f4e9786aab57e Mon Sep 17 00:00:00 2001 From: Enrico Turri Date: Wed, 27 Mar 2019 12:02:50 +0100 Subject: [PATCH] Fixed loading of SVG textures from utf-8 paths --- src/slic3r/GUI/GLTexture.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/slic3r/GUI/GLTexture.cpp b/src/slic3r/GUI/GLTexture.cpp index b48ca20448..c1a0357544 100644 --- a/src/slic3r/GUI/GLTexture.cpp +++ b/src/slic3r/GUI/GLTexture.cpp @@ -108,7 +108,7 @@ bool GLTexture::load_from_svg_files_as_sprites_array(const std::vector