git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52559
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
break ;
case wxSYS_COLOUR_INFOBK :
break ;
case wxSYS_COLOUR_INFOBK :
- resultColor = *wxWHITE ;
+ // we don't have a way to detect tooltip color, so use the
+ // standard value used at least on 10.4:
+ resultColor = wxColour( 0xFF, 0xFF, 0xD3 ) ;
break ;
case wxSYS_COLOUR_APPWORKSPACE:
resultColor = wxColor( 0x80, 0x80, 0x80 ); ;
break ;
case wxSYS_COLOUR_APPWORKSPACE:
resultColor = wxColor( 0x80, 0x80, 0x80 ); ;