Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2001-09-05 14:51:40 +0000
committerSilenio Quarti2001-09-05 14:51:40 +0000
commit60339544016210e2d9863cd6da13fc263df99fa6 (patch)
tree57339aba6aaa0c3bafeb8ef05d05f1cb457fb351
parentb5817cc62bf159e0054d868b6e4bbeeb8d0ea441 (diff)
downloadeclipse.platform.swt-60339544016210e2d9863cd6da13fc263df99fa6.tar.gz
eclipse.platform.swt-60339544016210e2d9863cd6da13fc263df99fa6.tar.xz
eclipse.platform.swt-60339544016210e2d9863cd6da13fc263df99fa6.zip
1GHWED2: SWT:WINNT - GC.stringExtent() not correct for Windows Arial font - 2
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java
index 9ea9188b49..a5bd47928e 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java
@@ -277,7 +277,7 @@ public Point computeSize (int wHint, int hHint, boolean changed) {
}
/*
- * The preferred size of a single-line text widget
+ * The preferred height of a single-line text widget
* has been hand-crafted to be the same height as
* the single-line text widget in an editable combo
* box.

Back to the top