summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableItem.java
diff options
context:
space:
mode:
authorSteve Northover <steve>2004-03-02 18:58:46 +0000
committerSteve Northover <steve>2004-03-02 18:58:46 +0000
commit9d3b6c93ee6b8cc8c61ae3945eff766ee5bec9b9 (patch)
tree01db4148215c8ce074a98c417d9f791a107b1f33 /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableItem.java
parent2e6c99fb2deff28b12f25e7c6e7f8386c87c15fb (diff)
downloadeclipse.platform.swt-9d3b6c93ee6b8cc8c61ae3945eff766ee5bec9b9.tar.gz
eclipse.platform.swt-9d3b6c93ee6b8cc8c61ae3945eff766ee5bec9b9.tar.xz
eclipse.platform.swt-9d3b6c93ee6b8cc8c61ae3945eff766ee5bec9b9.zip
21234
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableItem.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableItem.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableItem.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableItem.java
index a173c7e34c..10cecb0398 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableItem.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableItem.java
@@ -840,7 +840,7 @@ public void setImageIndent (int indent) {
if (indent < 0) return;
imageIndent = indent;
if (parent.ignoreRedraw) return;
- if ((parent.style & SWT.VIRTUAL) != 0) {
+ if ((parent.style & SWT.VIRTUAL) == 0) {
int index = parent.indexOf (this);
if (index != -1) {
int hwnd = parent.handle;