SPE-1202 - Fixed project name after loading a 3mf file whose path contains diacritics by double clicking
This commit is contained in:
parent
c78ee8f936
commit
b4516396fe
1 changed files with 1 additions and 1 deletions
|
@ -754,7 +754,7 @@ void GUI_App::post_init()
|
||||||
if (boost::algorithm::iends_with(filename, ".amf") ||
|
if (boost::algorithm::iends_with(filename, ".amf") ||
|
||||||
boost::algorithm::iends_with(filename, ".amf.xml") ||
|
boost::algorithm::iends_with(filename, ".amf.xml") ||
|
||||||
boost::algorithm::iends_with(filename, ".3mf"))
|
boost::algorithm::iends_with(filename, ".3mf"))
|
||||||
this->plater()->set_project_filename(filename);
|
this->plater()->set_project_filename(from_u8(filename));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (! this->init_params->extra_config.empty())
|
if (! this->init_params->extra_config.empty())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue