mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX:Unknown material display incomplete
jira: STUDIO-9997 Change-Id: I55409e5ba054eadf9200c22b8c6ab31223c3b689 (cherry picked from commit 5c6a752279c20d3bc2628edf9db0aa320bdf322d) (cherry picked from commit e113538a1741465e6b25583c5e4101ea499debc3)
This commit is contained in:
@@ -2579,8 +2579,8 @@ bool Sidebar::is_new_project_in_gcode3mf()
|
||||
});
|
||||
confirm_dlg.update_btn_label(_L("Yes"), _L("No"));
|
||||
auto filename = p->plater->get_preview_only_filename();
|
||||
|
||||
confirm_dlg.update_text(filename + " " + _L("will be closed before modify filament. Do you want to continue?"));
|
||||
auto text = wxString::Format(_L("After completing your operation, %s project will be closed and create a new project. Do you want to continue?"), filename);
|
||||
confirm_dlg.update_text(text);
|
||||
confirm_dlg.on_show();
|
||||
if (!is_cancle) {
|
||||
p->plater->new_project();
|
||||
|
||||
Reference in New Issue
Block a user