From d45fb985c4e859faeabe41a95a46a75ec34db7d8 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Fri, 10 Aug 2001 18:31:15 +0000 Subject: [PATCH] Message dialog crashes when calling ::Move() etc. Better do nothing than crash. MacOS 9. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/msgdlg.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/wx/mac/msgdlg.h b/include/wx/mac/msgdlg.h index 7fff51a61a..4d3c8ad02b 100644 --- a/include/wx/mac/msgdlg.h +++ b/include/wx/mac/msgdlg.h @@ -39,6 +39,12 @@ public: long style = wxOK|wxCENTRE, const wxPoint& pos = wxDefaultPosition); int ShowModal(); + + // not supported for message dialog, RR + virtual void DoSetSize(int x, int y, + int width, int height, + int sizeFlags = wxSIZE_AUTO) {} + }; #endif -- 2.45.2