[commit] r1538 - trunk/GME/Gme
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Wed Sep 14 15:56:52 CDT 2011
Author: ksmyth
Date: Wed Sep 14 15:56:52 2011
New Revision: 1538
Log:
Maybe this makes the tabs behave as you would expect when you close one
Modified:
trunk/GME/Gme/MainFrm.cpp
Modified: trunk/GME/Gme/MainFrm.cpp
==============================================================================
--- trunk/GME/Gme/MainFrm.cpp Wed Sep 14 15:56:42 2011 (r1537)
+++ trunk/GME/Gme/MainFrm.cpp Wed Sep 14 15:56:52 2011 (r1538)
@@ -482,6 +482,7 @@
// enable Visual Studio 2005 style docking window behavior
CDockingManager::SetDockingMode(DT_SMART);
+ CMDIFrameWndEx::EnableMDITabsLastActiveActivation(TRUE);
// enable Visual Studio 2005 style docking window auto-hide behavior
// EnableAutoHidePanes(CBRS_ALIGN_ANY);
More information about the gme-commit
mailing list