diff --git a/src/generic/listctrl.cpp b/src/generic/listctrl.cpp index 87f1cfbe07..bd910ee6e2 100644 --- a/src/generic/listctrl.cpp +++ b/src/generic/listctrl.cpp @@ -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 );