Removed debug log message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65630 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1991,7 +1991,6 @@ void wxPropertyGrid::DrawItems( wxDC& dc,
|
||||
// Clear area beyond last painted property
|
||||
if ( paintFinishY < drawBottomY )
|
||||
{
|
||||
wxLogDebug("%i", paintFinishY);
|
||||
dcPtr->SetPen(m_colEmptySpace);
|
||||
dcPtr->SetBrush(m_colEmptySpace);
|
||||
dcPtr->DrawRectangle(0, paintFinishY,
|
||||
|
Reference in New Issue
Block a user