Fixed compilo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3965,7 +3965,7 @@ void wxDataViewCtrl::EnsureVisible( const wxDataViewItem & item, const wxDataVie
|
||||
if( row >= 0 )
|
||||
{
|
||||
if( column == NULL )
|
||||
return EnsureVisible(row, -1);
|
||||
EnsureVisible(row, -1);
|
||||
else
|
||||
{
|
||||
int col = 0;
|
||||
|
Reference in New Issue
Block a user