mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
FIX: get exported file name in preview-only mode
Change-Id: Ibea53d951e020ff03c1e7f378714b117a4e8a19f
This commit is contained in:
parent
61aa0ddada
commit
9ab6e86b47
2 changed files with 4 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue