]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/stattext.cpp
fix for 10.2 (persistent tooltips ;-)
[wxWidgets.git] / src / mac / stattext.cpp
index bc89591282b5d28ef79cfb8737eefe15150d0884..5509db4dddea933a0b659ce26fed1884933ade79 100644 (file)
@@ -76,7 +76,6 @@ void wxStaticText::DrawParagraph(wxDC &dc, wxString paragraph, int &y)
 
   int x = 0 ;
 
-  int i = 0 ;
   bool linedrawn = true;
   while( paragraph.Length() > 0 )
   {
@@ -157,7 +156,7 @@ void wxStaticText::OnDraw( wxDC &dc )
   }
 
   wxString paragraph;
-  int i = 0 ;
+  size_t i = 0 ;
   wxString text = m_label;
   int y = 0 ;
   while (i < text.Length())