corrections for theme brush alignments under X (no more SetOrigin calls)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -226,7 +226,6 @@ void wxMacToolTip::Draw()
|
||||
#endif
|
||||
m_shown = true ;
|
||||
|
||||
SetOrigin( 0 , 0 ) ;
|
||||
TextFont( kFontIDGeneva ) ;
|
||||
TextSize( 10 ) ;
|
||||
TextFace( 0 ) ;
|
||||
@@ -333,7 +332,6 @@ void wxMacToolTip::Clear()
|
||||
#endif
|
||||
m_shown = false ;
|
||||
|
||||
SetOrigin( 0 , 0 ) ;
|
||||
BackColor( whiteColor ) ;
|
||||
ForeColor(blackColor ) ;
|
||||
DrawPicture(m_backpict, &m_rect);
|
||||
|
Reference in New Issue
Block a user