summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org
diff options
context:
space:
mode:
authorBogdan Gheorghe <gheorghe@ca.ibm.com>2012-08-08 17:35:58 -0400
committerBogdan Gheorghe <gheorghe@ca.ibm.com>2012-08-08 17:36:32 -0400
commitb84a972a97895b84f13dc7405df20866130f726b (patch)
tree5c4cc4b769850bd355eb8bd33db0e2fa8c82aa4e /bundles/org.eclipse.swt/Eclipse SWT/win32/org
parenta61caa1cfed4d2ec7b9bccff2e9d74f32593118d (diff)
downloadeclipse.platform.swt-b84a972a97895b84f13dc7405df20866130f726b.tar.gz
eclipse.platform.swt-b84a972a97895b84f13dc7405df20866130f726b.tar.xz
eclipse.platform.swt-b84a972a97895b84f13dc7405df20866130f726b.zip
Bug 379590 - Run event loop while Tracker is up
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tracker.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tracker.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tracker.java
index b660abb9a9..a181d6eb4f 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tracker.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tracker.java
@@ -606,13 +606,13 @@ public boolean open () {
drawRectangles (rectangles, stippled);
}
}
+ display.runAsyncMessages (false);
}
if (mouseDown) OS.ReleaseCapture ();
if (!isDisposed()) {
update ();
drawRectangles (rectangles, stippled);
}
- display.runAsyncMessages (false);
} finally {
/*
* Cleanup: If a transparent window was created in order to capture events then