FIX:add "is_new_project_in_gcode3mf" api in .gcode.3mf

jira: STUDIO-9437
Change-Id: I5deb03cb535d3099ecadb1ce626fc632f65cd814
(cherry picked from commit 60fde9ca0135acb6c67302aa929f3fe975044c59)
This commit is contained in:
zhou.xu
2025-01-01 17:32:12 +08:00
committed by Noisyfox
parent b2c59ea0e4
commit 7a19b7a9b4
3 changed files with 26 additions and 0 deletions

View File

@@ -1360,6 +1360,7 @@ void ConfirmBeforeSendDialog::on_show()
m_button_ok->GetEventHandler()->ProcessEvent(evt_ok);
wxMouseEvent evt_cancel(wxEVT_LEFT_UP);
m_button_cancel->GetEventHandler()->ProcessEvent(evt_cancel);
CenterOnScreen();
this->ShowModal();
}