Browse Source

allow page up/down from search and compare from search

ScottBrogden 9 years ago
parent
commit
e57132a153
1 changed files with 3 additions and 1 deletions
  1. 3 1
      EditWithButton.cpp

+ 3 - 1
EditWithButton.cpp

@@ -104,7 +104,9 @@ BOOL CEditWithButton::PreTranslateMessage(MSG* pMsg)
 			}	
 			else if (pMsg->wParam == VK_DOWN ||
 					pMsg->wParam == VK_UP ||
-					pMsg->wParam == VK_F3)
+					pMsg->wParam == VK_F3 ||
+					pMsg->wParam == VK_PRIOR ||
+					pMsg->wParam == VK_NEXT)
 			{
 				CWnd *pWnd = GetParent();
 				if(pWnd)