FIX: get exported file name in preview-only mode

Change-Id: Ibea53d951e020ff03c1e7f378714b117a4e8a19f
This commit is contained in:
tao.jin 2022-12-10 14:27:53 +08:00 committed by Lane.Wei
parent 61aa0ddada
commit 9ab6e86b47
2 changed files with 4 additions and 4 deletions

View file

@ -979,7 +979,7 @@ bool MainFrame::preview_only_hint()
});
confirm_dlg.update_btn_label(_L("Yes"), _L("No"));
auto filename = wxString((m_plater->get_preview_only_filename()).c_str(), wxConvUTF8);
confirm_dlg.update_text(filename + _L(" needs to be closed before creating a new model. Do you want to continue?"));
confirm_dlg.update_text(filename + _L(" will be closed before creating a new model. Do you want to continue?"));
confirm_dlg.on_show();
if (preview_only_to_editor) {
m_plater->new_project();