git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23318
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if (info.m_mask & wxLIST_MASK_DATA)
data->lParam = info.m_data;
if (info.m_mask & wxLIST_MASK_DATA)
data->lParam = info.m_data;
- // check whether it has any custom attributes
- if ( info.HasAttributes() )
- {
+ // check whether it has any custom attributes
+ if ( info.HasAttributes() )
+ {
// take copy of attributes
data->attr = new wxListItemAttr(*info.GetAttributes());
// take copy of attributes
data->attr = new wxListItemAttr(*info.GetAttributes());
};
long rv = ListView_InsertItem(GetHwnd(), & item);
};
long rv = ListView_InsertItem(GetHwnd(), & item);
wxASSERT_MSG( m_count == ListView_GetItemCount(GetHwnd()),
wxT("m_count should match ListView_GetItemCount"));
wxASSERT_MSG( m_count == ListView_GetItemCount(GetHwnd()),
wxT("m_count should match ListView_GetItemCount"));