X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/98e8d44a9eddb331dd1d7d1ec28c7c3c1d3f2bc3..f1d93f0beeec9d88f8a225aa35a9ccc163dcdb15:/src/generic/tipwin.cpp?ds=sidebyside diff --git a/src/generic/tipwin.cpp b/src/generic/tipwin.cpp index 6dc8aa8658..26f83781ba 100644 --- a/src/generic/tipwin.cpp +++ b/src/generic/tipwin.cpp @@ -72,8 +72,12 @@ wxTipWindow::wxTipWindow(wxWindow *parent, { // set colours SetForegroundColour(*wxBLACK); +#if !defined(__WXPM__) SetBackgroundColour(wxColour(0xc3ffff)); - +#else + // What is 0xc3ffff, try some legable documentation for those of us who don't memorize hex codes?? + SetBackgroundColour(wxColour(*wxWHITE)); +#endif // set position and size int x, y; wxGetMousePosition(&x, &y);