From c064f189a5aba85560ea0e3361b0c79743047b1f Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Mon, 1 Dec 2003 09:39:38 +0000 Subject: [PATCH] Small fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/listctrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );