ENH:pop-up dialog supports text wrapping

jira: STUDIO-10735
Change-Id: I919db3f1767bfde72d66bdc06b2d77ba8f878cac
(cherry picked from commit 19e3ceab844de1d2fa8ec0cd007267a68d3c0954)
This commit is contained in:
zhou.xu
2025-03-10 16:28:34 +08:00
committed by Noisyfox
parent 00579388b1
commit aeaafff9ed
2 changed files with 33 additions and 19 deletions

View File

@@ -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;