View | Details | Raw Unified | Return to bug 55722
Collapse All | Expand All

(-)Eclipse UI/org/eclipse/ui/internal/EditorWorkbook.java (+1 lines)
Lines 215-220 Link Here
215
215
216
    private void presentationSelectionChanged(IPresentablePart newSelection) {
216
    private void presentationSelectionChanged(IPresentablePart newSelection) {
217
        setSelection(getLayoutPart(newSelection));
217
        setSelection(getLayoutPart(newSelection));
218
        newSelection.setFocus();
218
    }
219
    }
219
220
220
    /**
221
    /**
(-)Eclipse UI/org/eclipse/ui/internal/presentations/EditorPresentation.java (-1 / +1 lines)
Lines 343-349 Link Here
343
    }
343
    }
344
344
345
    void setSelection(CTabItem tabItem) {
345
    void setSelection(CTabItem tabItem) {
346
        selectPart(getPartForTab(tabItem));
346
        getSite().selectPart(getPartForTab(tabItem));
347
    }
347
    }
348
348
349
    void close(IPresentablePart presentablePart) {
349
    void close(IPresentablePart presentablePart) {

Return to bug 55722