X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7205570233ce8420b71fa5df368054c8953ff0e4..0ded6bb695f82a0b98d0862ec6870fc5c6cb8b97:/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);