[commit] r1711 - trunk/GME/ObjectInspector
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Thu Dec 1 10:40:39 CST 2011
Author: ksmyth
Date: Thu Dec 1 10:40:39 2011
New Revision: 1711
Log:
Fix bug where ObjectInspector arrow button would still be displayed after switching objects in tree browser
Modified:
trunk/GME/ObjectInspector/InspectorList.cpp
Modified: trunk/GME/ObjectInspector/InspectorList.cpp
==============================================================================
--- trunk/GME/ObjectInspector/InspectorList.cpp Thu Dec 1 10:40:27 2011 (r1710)
+++ trunk/GME/ObjectInspector/InspectorList.cpp Thu Dec 1 10:40:39 2011 (r1711)
@@ -728,6 +728,7 @@
{
CInspectorList::AddItem(ListItemArray.ElementAt(k));
}
+ m_InPlaceManager.m_ArrowButton.ShowWindow(SW_HIDE);
Invalidate();
}
More information about the gme-commit
mailing list