From: Stefan Csomor Date: Sun, 13 Feb 2005 16:45:34 +0000 (+0000) Subject: changed back, as I found a source compatible way to solve the background problem X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bfef8c703e3aee9506fd6f5a8a1810194b9a71ea?ds=inline changed back, as I found a source compatible way to solve the background problem git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/colrdlgg.cpp b/src/generic/colrdlgg.cpp index 2c4766cbf9..71d14a3f08 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(__WXPM__) && !defined(__WXCOCOA__) +#if !defined(__WXMOTIF__) && !defined(__WXMAC__) && !defined(__WXPM__) && !defined(__WXCOCOA__) wxDialog::OnPaint(event); #endif