Typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -499,7 +499,7 @@ bool wxDataViewIndexListModel::IsContainer( const wxDataViewItem &item ) const
|
|||||||
|
|
||||||
unsigned int wxDataViewIndexListModel::GetChildren( const wxDataViewItem &item, wxDataViewItemArray &children ) const
|
unsigned int wxDataViewIndexListModel::GetChildren( const wxDataViewItem &item, wxDataViewItemArray &children ) const
|
||||||
{
|
{
|
||||||
if (m_useHash)
|
if (!m_useHash)
|
||||||
return 0; // error
|
return 0; // error
|
||||||
|
|
||||||
if (item.IsOk())
|
if (item.IsOk())
|
||||||
|
Reference in New Issue
Block a user