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 180034
Collapse All | Expand All

(-)src/org/eclipse/draw2d/SWTEventDispatcher.java (-1 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2000, 2005 IBM Corporation and others.
2
 * Copyright (c) 2000, 2007 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 327-332 Link Here
327
}
327
}
328
328
329
private void receive(org.eclipse.swt.events.MouseEvent me) {
329
private void receive(org.eclipse.swt.events.MouseEvent me) {
330
	currentEvent = null;
330
	updateFigureUnderCursor(me);
331
	updateFigureUnderCursor(me);
331
	int state = me.stateMask;
332
	int state = me.stateMask;
332
	if (captured) {
333
	if (captured) {

Return to bug 180034