Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 67296 Details for
Bug 180034
Draw2d event dispatcher holds mouse capture on mouse up
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch for SWTEventDispatcher
patch.txt (text/plain), 1.04 KB, created by
Pratik Shah
on 2007-05-15 14:42:10 EDT
(
hide
)
Description:
Patch for SWTEventDispatcher
Filename:
MIME Type:
Creator:
Pratik Shah
Created:
2007-05-15 14:42:10 EDT
Size:
1.04 KB
patch
obsolete
>Index: src/org/eclipse/draw2d/SWTEventDispatcher.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.draw2d/src/org/eclipse/draw2d/SWTEventDispatcher.java,v >retrieving revision 1.24 >diff -u -r1.24 SWTEventDispatcher.java >--- src/org/eclipse/draw2d/SWTEventDispatcher.java 23 Nov 2005 18:57:54 -0000 1.24 >+++ src/org/eclipse/draw2d/SWTEventDispatcher.java 15 May 2007 18:41:42 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2000, 2005 IBM Corporation and others. >+ * Copyright (c) 2000, 2007 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -327,6 +327,7 @@ > } > > private void receive(org.eclipse.swt.events.MouseEvent me) { >+ currentEvent = null; > updateFigureUnderCursor(me); > int state = me.stateMask; > if (captured) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 180034
: 67296