corrected tooltip

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2001-11-04 20:24:12 +00:00
parent 4b42290e0e
commit 15913ebfdd
2 changed files with 4 additions and 4 deletions

View File

@ -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);

View File

@ -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);