From: Stefan Csomor Date: Sun, 13 Feb 2005 14:31:30 +0000 (+0000) Subject: wxMac needs inherited on paint for the correct background as well X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6e38077e6c9d2e5b9f6ab681c8632399958c1514 wxMac needs inherited on paint for the correct background as well git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/colrdlgg.cpp b/src/generic/colrdlgg.cpp index 71d14a3f08..2c4766cbf9 100644 --- a/src/generic/colrdlgg.cpp +++ b/src/generic/colrdlgg.cpp @@ -210,7 +210,7 @@ void wxGenericColourDialog::OnMouseEvent(wxMouseEvent& event) void wxGenericColourDialog::OnPaint(wxPaintEvent& event) { -#if !defined(__WXMOTIF__) && !defined(__WXMAC__) && !defined(__WXPM__) && !defined(__WXCOCOA__) +#if !defined(__WXMOTIF__) && !defined(__WXPM__) && !defined(__WXCOCOA__) wxDialog::OnPaint(event); #endif