summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ScrollBar.java
diff options
context:
space:
mode:
authorSilenio Quarti <silenio>2006-02-06 22:50:04 +0000
committerSilenio Quarti <silenio>2006-02-06 22:50:04 +0000
commit9b5a11c3e5885ebf39634af29467f32493457d20 (patch)
tree4aff2e2a76d8acc25c29b39c05dcb412df3aff7e /bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ScrollBar.java
parent1da7e46ba972577e1130737ac65587e286329111 (diff)
downloadeclipse.platform.swt-9b5a11c3e5885ebf39634af29467f32493457d20.tar.gz
eclipse.platform.swt-9b5a11c3e5885ebf39634af29467f32493457d20.tar.xz
eclipse.platform.swt-9b5a11c3e5885ebf39634af29467f32493457d20.zip
owner draw Tree/Table
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ScrollBar.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ScrollBar.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ScrollBar.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ScrollBar.java
index 45d4787184..220a2595de 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ScrollBar.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ScrollBar.java
@@ -367,7 +367,7 @@ int /*long*/ gtk_value_changed (int /*long*/ adjustment) {
}
detail = OS.GTK_SCROLL_NONE;
postEvent (SWT.Selection, event);
- parent.setScrollBarValue (this);
+ parent.updateScrollBarValue (this);
return 0;
}