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 258511 | Differences between
and this patch

Collapse All | Expand All

(-)Eclipse UI/org/eclipse/ui/internal/presentations/util/AbstractTabFolder.java (-1 / +3 lines)
Lines 342-348 Link Here
342
    }
342
    }
343
    
343
    
344
    protected void handleMouseDown(Point displayPos, MouseEvent e) {
344
    protected void handleMouseDown(Point displayPos, MouseEvent e) {
345
        fireEvent(TabFolderEvent.EVENT_GIVE_FOCUS_TO_PART);
345
    	if (e.button == 1) {
346
            fireEvent(TabFolderEvent.EVENT_GIVE_FOCUS_TO_PART);	
347
    	}
346
    }
348
    }
347
349
348
    protected void handleDoubleClick(Point displayPos, MouseEvent e) {
350
    protected void handleDoubleClick(Point displayPos, MouseEvent e) {

Return to bug 258511