generate wxEVT_COMMAND_LIST_INSERT_ITEM (patch 747070)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8d85bf5c58
commit
a67e6e5438
@ -4516,6 +4516,9 @@ void wxListMainWindow::InsertItem( wxListItem &item )
|
||||
m_lines.Insert( line, id );
|
||||
|
||||
m_dirty = TRUE;
|
||||
|
||||
SendNotify(id, wxEVT_COMMAND_LIST_INSERT_ITEM);
|
||||
|
||||
RefreshLines(id, GetItemCount() - 1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user