[commit] r1218 - trunk/GME/Search
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Fri Mar 25 17:00:58 CDT 2011
Author: ksmyth
Date: Fri Mar 25 17:00:58 2011
New Revision: 1218
Log:
Fix GME-346: up/down arrow on results list now updates Object Inspector
Modified:
trunk/GME/Search/SearchDlg.cpp
Modified: trunk/GME/Search/SearchDlg.cpp
==============================================================================
--- trunk/GME/Search/SearchDlg.cpp Fri Mar 25 15:36:12 2011 (r1217)
+++ trunk/GME/Search/SearchDlg.cpp Fri Mar 25 17:00:58 2011 (r1218)
@@ -101,6 +101,7 @@
//{{AFX_MSG_MAP(CSearchDlg)
ON_BN_CLICKED(IDC_BUTTON_GO, OnButtonGo)
ON_NOTIFY(NM_CLICK, IDC_LISTRESULTS, OnClickListResults)
+ ON_NOTIFY(LVN_ITEMCHANGED, IDC_LISTRESULTS, OnClickListResults)
ON_NOTIFY(NM_DBLCLK, IDC_LISTRESULTS, OnDblclkListResults)
//}}AFX_MSG_MAP
ON_WM_SIZE()
More information about the gme-commit
mailing list