]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/tooltip.cpp
detection of aqua layout scheme added
[wxWidgets.git] / src / mac / carbon / tooltip.cpp
index 5f938dcfb59025ebbe33b1ba37c0c3b769a9e6d3..45877f9a1c3098cc472a71a79e22aa9c77159219 100644 (file)
@@ -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);