mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
FIX: replace ConfirmHintDialog with SecondaryCheckDialog
Change-Id: I3a712f838d7a4d8cbfe725c30f3d77813dd80b92
This commit is contained in:
parent
7e96cbf7da
commit
92b0f591d3
5 changed files with 78 additions and 48 deletions
|
@ -1805,7 +1805,7 @@ void SelectMachineDialog::on_ok_btn(wxCommandEvent &event)
|
|||
|| has_slice_warnings
|
||||
) {
|
||||
wxString confirm_title = _L("Confirm");
|
||||
SecondaryCheckDialog confirm_dlg(this);
|
||||
SecondaryCheckDialog confirm_dlg(this, wxID_ANY, confirm_title);
|
||||
confirm_dlg.update_text(confirm_text);
|
||||
if (confirm_dlg.ShowModal() == wxID_YES) {
|
||||
this->on_ok();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue