From 6e38077e6c9d2e5b9f6ab681c8632399958c1514 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sun, 13 Feb 2005 14:31:30 +0000 Subject: [PATCH] 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 --- src/generic/colrdlgg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2