Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 64598
Collapse All | Expand All

(-)WorkbenchKeyboard.java (-1 / +1 lines)
Lines 951-957 Link Here
951
                break;
951
                break;
952
            case SWT.Traverse:
952
            case SWT.Traverse:
953
                event.detail = SWT.TRAVERSE_NONE;
953
                event.detail = SWT.TRAVERSE_NONE;
954
                event.doit = true;
954
                event.doit = false;
955
                break;
955
                break;
956
            default:
956
            default:
957
            }
957
            }

Return to bug 64598