[commit] r2688 - trunk/GME/ObjectInspector
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Wed Aug 2 15:54:31 CDT 2017
Author: ksmyth
Date: Wed Aug 2 15:54:31 2017
New Revision: 2688
Log:
Inspector: Fix bug where multiline edit button is wrongly shown
Modified:
trunk/GME/ObjectInspector/InspectorList.cpp
Modified: trunk/GME/ObjectInspector/InspectorList.cpp
==============================================================================
--- trunk/GME/ObjectInspector/InspectorList.cpp Wed Jul 19 15:50:33 2017 (r2687)
+++ trunk/GME/ObjectInspector/InspectorList.cpp Wed Aug 2 15:54:31 2017 (r2688)
@@ -733,6 +733,8 @@
}
if (m_InPlaceManager.m_ArrowButton.m_hWnd)
m_InPlaceManager.m_ArrowButton.ShowWindow(SW_HIDE);
+ if (m_InPlaceManager.m_EditorButton.GetSafeHwnd())
+ m_InPlaceManager.m_EditorButton.ShowWindow(SW_HIDE);
Invalidate();
}
More information about the gme-commit
mailing list