[commit] r2694 - trunk/GME/GMEActiveBrowser

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Thu Sep 28 11:51:12 CDT 2017


Author: ksmyth
Date: Thu Sep 28 11:51:11 2017
New Revision: 2694

Log:
TreeBrowser: clear highlighted nodes on project close

Modified:
   trunk/GME/GMEActiveBrowser/ActiveBrowserPropertyPage.cpp

Modified: trunk/GME/GMEActiveBrowser/ActiveBrowserPropertyPage.cpp
==============================================================================
--- trunk/GME/GMEActiveBrowser/ActiveBrowserPropertyPage.cpp	Thu Aug 24 15:37:45 2017	(r2693)
+++ trunk/GME/GMEActiveBrowser/ActiveBrowserPropertyPage.cpp	Thu Sep 28 11:51:11 2017	(r2694)
@@ -825,6 +825,7 @@
 
 		m_ComboSearchCtrl.ResetContent();
 		m_ComboSearchCtrl.EnableWindow(FALSE);
+        m_TreeAggregate.m_highlightedObjects.clear();
 		AfxGetApp()->LoadStandardCursor(IDC_ARROW);
 
 	


More information about the gme-commit mailing list