mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-23 19:02:10 +00:00
ENH:pop-up dialog supports text wrapping
jira: STUDIO-10735 Change-Id: I919db3f1767bfde72d66bdc06b2d77ba8f878cac (cherry picked from commit 19e3ceab844de1d2fa8ec0cd007267a68d3c0954)
This commit is contained in:
@@ -103,7 +103,7 @@ class ErrorDialog : public MsgDialog
|
||||
public:
|
||||
// If monospaced_font is true, the error message is displayed using html <code><pre></pre></code> tags,
|
||||
// so that the code formatting will be preserved. This is useful for reporting errors from the placeholder parser.
|
||||
ErrorDialog(wxWindow *parent, const wxString &msg, bool courier_font);
|
||||
ErrorDialog(wxWindow *parent, const wxString &temp_msg, bool courier_font);
|
||||
ErrorDialog(ErrorDialog &&) = delete;
|
||||
ErrorDialog(const ErrorDialog &) = delete;
|
||||
ErrorDialog &operator=(ErrorDialog &&) = delete;
|
||||
|
||||
Reference in New Issue
Block a user