git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43594
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
switch ( msg->wParam )
{
case VK_TAB:
switch ( msg->wParam )
{
case VK_TAB:
- if ( lDlgCode & DLGC_WANTTAB ) {
+ if ( (lDlgCode & DLGC_WANTTAB) && !bCtrlDown )
+ {
+ // let the control have the TAB
+ else // use it for navigation
+ {
// Ctrl-Tab cycles thru notebook pages
bWindowChange = bCtrlDown;
bForward = !bShiftDown;
// Ctrl-Tab cycles thru notebook pages
bWindowChange = bCtrlDown;
bForward = !bShiftDown;