]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/stattext.cpp
Added '_' checking that warns of the use of "_" or "\_" in the wrong places
[wxWidgets.git] / src / mac / stattext.cpp
index a99f6c4e69f80a1bf7bae1e728add2c3d8252700..33e784261d562bf4f91045a49702e2b2344c3d86 100644 (file)
@@ -61,7 +61,7 @@ void wxStaticText::OnDraw( wxDC &dc )
         return;
 
     PrepareDC(dc);
-//    dc.Clear() ; this eventually draws in the wrong background colour (appearance panels)
+    dc.Clear() ;
     
     int x = 0 ;
     int y = 0 ;