git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12314
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
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);
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);