]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/tooltip.cpp
mac changes : wxDC - removed doubly defined vars (inherited from base) and fixed...
[wxWidgets.git] / src / mac / tooltip.cpp
index ada78751e77358e00532c012bb364d23ed2f0480..5974c8808e31505f4448cca2fe1e775eaa0a57b6 100644 (file)
@@ -295,6 +295,7 @@ void wxMacToolTip::Draw()
                                        
                ::DrawText( text , laststop , i - laststop ) ;
                ::TextMode( srcOr ) ;
+               wxDC::MacInvalidateSetup() ;
                
        //      DrawText( m_label , 0 , m_label.Length() ) ;
        }
@@ -329,6 +330,7 @@ void wxMacToolTip::Clear()
                DrawPicture(m_backpict, &m_rect);
                KillPicture(m_backpict);
                m_backpict = NULL ;
+               wxDC::MacInvalidateSetup() ;
        }
 }