[GME-commit] GMESRC/GME/GMEActiveBrowser ActiveBrowserPropertyPage.cpp,1.57,1.58

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Fri Dec 8 19:38:08 CST 2006


Update of /project/gme-repository/GMESRC/GME/GMEActiveBrowser
In directory escher:/tmp/cvs-serv32126

Modified Files:
	ActiveBrowserPropertyPage.cpp 
Log Message:
CTRL+LEFT/RIGHT not caught anymore. CTRL + TAB is still there for that purpose.
CTRL+LEFT/RIGHT is the default HorizontalScroll shortcut for CTreeCtrls. Let's benefit from that.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: ActiveBrowserPropertyPage.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/GMEActiveBrowser/ActiveBrowserPropertyPage.cpp,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** ActiveBrowserPropertyPage.cpp	6 Dec 2006 23:28:22 -0000	1.57
--- ActiveBrowserPropertyPage.cpp	8 Dec 2006 19:38:06 -0000	1.58
***************
*** 2256,2266 ****
  			}
  		}break;
- 	case VK_LEFT:
- 	case VK_RIGHT:
- 		{
- 			if( ::GetKeyState( VK_CONTROL) < 0) {
- 				m_parent->nextTab( pTVKeyDown->wVKey == VK_RIGHT);
- 			}
- 		}break;
  	case 0x43: //VK_C
  		{
--- 2256,2259 ----
***************
*** 2716,2726 ****
  			}
  		}break;
- 	case VK_LEFT:
- 	case VK_RIGHT:
- 		{
- 			if( ::GetKeyState( VK_CONTROL) < 0) {
- 				m_parent->nextTab( pTVKeyDown->wVKey == VK_RIGHT);
- 			}
- 		}break;
  	}
  
--- 2709,2712 ----
***************
*** 3594,3604 ****
  			else {
  				m_ComboEditCtrl.SetFocus();
- 			}
- 		}break;
- 	case VK_LEFT:
- 	case VK_RIGHT:
- 		{
- 			if( ::GetKeyState( VK_CONTROL) < 0) {
- 				m_parent->nextTab( pTVKeyDown->wVKey == VK_RIGHT);
  			}
  		}break;
--- 3580,3583 ----



More information about the GME-commit mailing list