summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
diff options
context:
space:
mode:
authorSteve Northover <steve>2007-12-20 14:05:42 +0000
committerSteve Northover <steve>2007-12-20 14:05:42 +0000
commit2cc7d30698448c6df09a70c69839e5a3830f9bc0 (patch)
tree58ae47cfad5d825545c4c3fdd5a38270f5f3d4e2 /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
parentfe885ff315e6641ea2222913bb81bbbc87317223 (diff)
downloadeclipse.platform.swt-2cc7d30698448c6df09a70c69839e5a3830f9bc0.tar.gz
eclipse.platform.swt-2cc7d30698448c6df09a70c69839e5a3830f9bc0.tar.xz
eclipse.platform.swt-2cc7d30698448c6df09a70c69839e5a3830f9bc0.zip
work around can't run on CE
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
index 7f9dacbb07..e7f411ce77 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
@@ -2214,6 +2214,7 @@ LRESULT WM_WINDOWPOSCHANGING (int /*long*/ wParam, int /*long*/ lParam) {
* text field and the area in the parent where the
* combo box used to be.
*/
+ if (OS.IsWinCE) return result;
if (drawCount != 0) return result;
if (!OS.IsWindowVisible (handle)) return result;
if (ignoreResize) {