summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Scale.java
diff options
context:
space:
mode:
authorChristophe Cornu <ccornu>2002-07-10 20:38:10 +0000
committerChristophe Cornu <ccornu>2002-07-10 20:38:10 +0000
commitbcddbe68c4c3c62853a66885b4befd4d5cdc1a3a (patch)
treed05bfeddb7be7697e8a719a5993e1f89021003e8 /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Scale.java
parentd37973c98c1192afb7948a5d010f3d085f750785 (diff)
downloadeclipse.platform.swt-bcddbe68c4c3c62853a66885b4befd4d5cdc1a3a.tar.gz
eclipse.platform.swt-bcddbe68c4c3c62853a66885b4befd4d5cdc1a3a.tar.xz
eclipse.platform.swt-bcddbe68c4c3c62853a66885b4befd4d5cdc1a3a.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Scale.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Scale.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Scale.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Scale.java
index 119b6d2d8d..799cb8c2cc 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Scale.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Scale.java
@@ -249,7 +249,7 @@ void setBackgroundPixel (int pixel) {
super.setBackgroundPixel (pixel);
/*
* Bug in Windows. Changing the background color of the Scale
- * widget and calling InvalidateRect still draws with the older color.
+ * widget and calling InvalidateRect still draws with the old color.
* The fix is to post a fake WM_SETFOCUS event to cause it to redraw
* with the new background color.
*