Small fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2003-12-01 09:39:38 +00:00
parent 79bf5de2bb
commit c064f189a5

View File

@@ -3204,7 +3204,7 @@ void wxListMainWindow::OnMouse( wxMouseEvent &event )
{
m_renameTimer->Stop();
m_lastOnSame = FALSE;
if ( current == m_lineLastClicked )
{
SendNotify( current, wxEVT_COMMAND_LIST_ITEM_ACTIVATED );