diff --git a/src/slic3r/GUI/SendSystemInfoDialog.cpp b/src/slic3r/GUI/SendSystemInfoDialog.cpp index dfb442d18c..ffa1474789 100644 --- a/src/slic3r/GUI/SendSystemInfoDialog.cpp +++ b/src/slic3r/GUI/SendSystemInfoDialog.cpp @@ -658,7 +658,7 @@ SendSystemInfoDialog::SendSystemInfoDialog(wxWindow* parent) wxString message; bool success = send_info(message); if (! message.IsEmpty()) - InfoDialog(nullptr, wxEmptyString, message).ShowModal(); + InfoDialog(this, wxEmptyString, message).ShowModal(); if (success) { save_version(); EndModal(0);