mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-28 21:32:11 +00:00
ENH:remove restrictions on mixed use of high and low temp filaments
jira: STUDIO-10482 Change-Id: Ifdf6f11b45f2e6d138ea615a3ad1f23d40ad3fe9 (cherry picked from commit 0178e930809cabcdbc09ab305e70e4323598b343) (cherry picked from commit 8f92391717e37dd0f51aa067ad626b83630a46b1)
This commit is contained in:
@@ -155,7 +155,13 @@ class MessageDialog : public MsgDialog
|
||||
{
|
||||
public:
|
||||
// NOTE! Don't change a signature of contsrucor. It have to be tha same as for wxMessageDialog
|
||||
MessageDialog(wxWindow *parent,const wxString& message, const wxString &caption = wxEmptyString, long style = wxOK,const wxString& forward_str = "");
|
||||
MessageDialog(wxWindow *parent,
|
||||
const wxString &message,
|
||||
const wxString &caption = wxEmptyString,
|
||||
long style = wxOK,
|
||||
const wxString &forward_str = "",
|
||||
const wxString &link_text = "",
|
||||
std::function<void(const wxString &)> link_callback = nullptr);
|
||||
MessageDialog(MessageDialog&&) = delete;
|
||||
MessageDialog(const MessageDialog&) = delete;
|
||||
MessageDialog &operator=(MessageDialog&&) = delete;
|
||||
|
||||
Reference in New Issue
Block a user