[commit] r1868 - trunk/GME/Gme

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Thu Mar 22 15:21:39 CDT 2012


Author: ksmyth
Date: Thu Mar 22 15:21:37 2012
New Revision: 1868

Log:
DoPannWinRefresh in OnSelChangeAspectProp (model editor aspect dropdown)

Modified:
   trunk/GME/Gme/GMEView.cpp

Modified: trunk/GME/Gme/GMEView.cpp
==============================================================================
--- trunk/GME/Gme/GMEView.cpp	Thu Mar 22 15:21:26 2012	(r1867)
+++ trunk/GME/Gme/GMEView.cpp	Thu Mar 22 15:21:37 2012	(r1868)
@@ -4551,6 +4551,10 @@
 		selected.RemoveAll();
 		RemoveAllAnnotationFromSelection();
 		ClearConnectionSelection();
+		if (m_isActive)
+		{
+			DoPannWinRefresh();
+		}
 
 		TRACE(_T("CGMEView::OnSelChangeAspectProp\n"));
 		Invalidate();


More information about the gme-commit mailing list