X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7205570233ce8420b71fa5df368054c8953ff0e4..fa1c12bdd76acc21ddb45b90bb53b2f58aed946d:/src/mac/tooltip.cpp diff --git a/src/mac/tooltip.cpp b/src/mac/tooltip.cpp index 695582839c..240e8fee89 100644 --- a/src/mac/tooltip.cpp +++ b/src/mac/tooltip.cpp @@ -274,8 +274,8 @@ void wxMacToolTip::Draw() PenNormal() ; SetThemeBackground(kThemeBrushNotificationWindowBackground,32,true) ; BackColor( yellowColor ) ; - ForeColor(magentaColor ) ; -// EraseRect( &m_rect ) ; + ForeColor( blackColor ) ; + EraseRect( &m_rect ) ; FrameRect( &m_rect ) ; ::MoveTo( m_rect.left + kTipBorder , m_rect.top + fontInfo.ascent + kTipBorder);