summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2003-08-06 21:47:19 +0000
committerGrant Gayed <ggayed>2003-08-06 21:47:19 +0000
commitccb7b0ac9f3e6219c62c8296b5fbb61714b3deb3 (patch)
treec2e67e983cbc8b33832f9bc7ec3e0c7eb90bea0e
parenta2de40824747e79e35dcb436467af99e9221d7c5 (diff)
downloadeclipse.platform.swt-ccb7b0ac9f3e6219c62c8296b5fbb61714b3deb3.tar.gz
eclipse.platform.swt-ccb7b0ac9f3e6219c62c8296b5fbb61714b3deb3.tar.xz
eclipse.platform.swt-ccb7b0ac9f3e6219c62c8296b5fbb61714b3deb3.zip
6220
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
index eb87e4b373..45ff2da3a1 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
@@ -585,7 +585,6 @@ public boolean forceFocus () {
shell.setSavedFocus (this);
if (!isEnabled () || !isVisible () || !isActive ()) return false;
if (isFocusControl ()) return true;
- shell.bringToTop ();
/*
* This code is intentionally commented.
*