mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-09-17 03:13:14 +08:00
fix linux compile. Erro from 2c8e531731eb90d1fe014ce2fcf7217379074076
This commit is contained in:
parent
0e8e8b9b99
commit
adaa0ba0f9
@ -2854,7 +2854,7 @@ void Plater::priv::reset(std::string name)
|
|||||||
|
|
||||||
clear_warnings();
|
clear_warnings();
|
||||||
|
|
||||||
set_project_filename(name.empty() ? wxEmptyString : _L(name));
|
set_project_filename(name.empty() ? wxString(wxEmptyString) : _L(name));
|
||||||
set_saved_project(DynamicPrintConfig{}, Model{});
|
set_saved_project(DynamicPrintConfig{}, Model{});
|
||||||
|
|
||||||
if (view3D->is_layers_editing_enabled())
|
if (view3D->is_layers_editing_enabled())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user