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
This commit is contained in:
parent
b014adcc3e
commit
6e38077e6c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user