mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: wxWidgets asserts
Change-Id: I583edbde501c2bfe8adfa8fdb525479a379a4cb8
This commit is contained in:
@@ -143,7 +143,7 @@ int CLI::run(int argc, char **argv)
|
||||
return 1;
|
||||
}
|
||||
BOOST_LOG_TRIVIAL(info) << "finished setup params, argc="<< argc << std::endl;
|
||||
std::string temp_path = wxStandardPaths::Get().GetTempDir().utf8_str().data();
|
||||
std::string temp_path = wxFileName::GetTempDir().utf8_str().data();
|
||||
set_temporary_dir(temp_path);
|
||||
|
||||
m_extra_config.apply(m_config, true);
|
||||
|
||||
Reference in New Issue
Block a user