summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Northover <steve>2006-03-17 18:46:16 +0000
committerSteve Northover <steve>2006-03-17 18:46:16 +0000
commit72a07d06147da38e9c81864638a860396abfd8c4 (patch)
tree1504d2ff048727fdf86b5e86b4a798448a12dcb7
parentba1a485490700413d109d1e50ff42eaafaf8ae43 (diff)
downloadeclipse.platform.swt-72a07d06147da38e9c81864638a860396abfd8c4.tar.gz
eclipse.platform.swt-72a07d06147da38e9c81864638a860396abfd8c4.tar.xz
eclipse.platform.swt-72a07d06147da38e9c81864638a860396abfd8c4.zip
call super to ensure a redraw
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
index 86df9ae239..2db3b78473 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
@@ -3333,6 +3333,7 @@ public void selectAll () {
}
void setBackgroundImage (int hBitmap) {
+ super.setBackgroundImage (hBitmap);
if (hBitmap != 0) {
/*
* Feature in Windows. If TVM_SETBKCOLOR is never