]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed debug log message
authorJaakko Salli <jaakko.salli@dnainternet.net>
Fri, 24 Sep 2010 17:40:06 +0000 (17:40 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Fri, 24 Sep 2010 17:40:06 +0000 (17:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65630 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/propgrid/propgrid.cpp

index 31b518e95cfc6185dc5a9d5b341c1dea9e828924..3840896e8febedbec30cef374582999c01ca5c7f 100644 (file)
@@ -1991,7 +1991,6 @@ void wxPropertyGrid::DrawItems( wxDC& dc,
             // Clear area beyond last painted property
             if ( paintFinishY < drawBottomY )
             {
             // Clear area beyond last painted property
             if ( paintFinishY < drawBottomY )
             {
-                wxLogDebug("%i", paintFinishY);
                 dcPtr->SetPen(m_colEmptySpace);
                 dcPtr->SetBrush(m_colEmptySpace);
                 dcPtr->DrawRectangle(0, paintFinishY,
                 dcPtr->SetPen(m_colEmptySpace);
                 dcPtr->SetBrush(m_colEmptySpace);
                 dcPtr->DrawRectangle(0, paintFinishY,