remove stray debugging printf
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4411,7 +4411,6 @@ void wxDataViewCtrl::Expand( const wxDataViewItem & item )
|
|||||||
void wxDataViewCtrl::Collapse( const wxDataViewItem & item )
|
void wxDataViewCtrl::Collapse( const wxDataViewItem & item )
|
||||||
{
|
{
|
||||||
int row = m_clientArea->GetRowByItem( item );
|
int row = m_clientArea->GetRowByItem( item );
|
||||||
wxPrintf( "row %d\n", row );
|
|
||||||
if (row != -1)
|
if (row != -1)
|
||||||
m_clientArea->Collapse(row);
|
m_clientArea->Collapse(row);
|
||||||
}
|
}
|
||||||
@@ -4435,8 +4434,6 @@ void wxDataViewCtrl::StartEditor( const wxDataViewItem & item, unsigned int colu
|
|||||||
renderer->StartEditing(item, itemRect);
|
renderer->StartEditing(item, itemRect);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif // !wxUSE_GENERICDATAVIEWCTRL
|
||||||
// !wxUSE_GENERICDATAVIEWCTRL
|
|
||||||
|
|
||||||
#endif
|
#endif // wxUSE_DATAVIEWCTRL
|
||||||
// wxUSE_DATAVIEWCTRL
|
|
||||||
|
Reference in New Issue
Block a user