X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b3ed311352212a92f1a20f250fc1da325739b91..c3e646b47f99fd832ab29c07554b533ea8a807e4:/src/generic/tipwin.cpp diff --git a/src/generic/tipwin.cpp b/src/generic/tipwin.cpp index 26f83781ba..2520a1b2a8 100644 --- a/src/generic/tipwin.cpp +++ b/src/generic/tipwin.cpp @@ -72,7 +72,7 @@ wxTipWindow::wxTipWindow(wxWindow *parent, { // set colours SetForegroundColour(*wxBLACK); -#if !defined(__WXPM__) +#if !defined(__WXPM__) && !defined(__WXMAC__) SetBackgroundColour(wxColour(0xc3ffff)); #else // What is 0xc3ffff, try some legable documentation for those of us who don't memorize hex codes??