summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets
diff options
context:
space:
mode:
authorFelipe Heidrich <Felipe_Heidrich@ca.ibm.com>2012-02-27 15:05:30 -0500
committerFelipe Heidrich <Felipe_Heidrich@ca.ibm.com>2012-02-27 15:09:51 -0500
commitcab39ab03b0357645bac3d1daf2bc6ae12816b0c (patch)
tree4acee2c75df664f9e8d825896cb4462ce9195e29 /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets
parent1a827556c166592f4fa1c2ffd915e4afc744b4cb (diff)
downloadeclipse.platform.swt-cab39ab03b0357645bac3d1daf2bc6ae12816b0c.tar.gz
eclipse.platform.swt-cab39ab03b0357645bac3d1daf2bc6ae12816b0c.tar.xz
eclipse.platform.swt-cab39ab03b0357645bac3d1daf2bc6ae12816b0c.zip
clean up
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java1
1 files changed, 1 insertions, 0 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 5bf5ead1b0..2d3f056292 100644
--- 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
@@ -745,6 +745,7 @@ int defaultBackground () {
int bits = OS.GetWindowLong (handle, OS.GWL_STYLE);
return OS.GetSysColor ((bits & OS.ES_READONLY) != 0 ? OS.COLOR_3DFACE : OS.COLOR_WINDOW);
}
+
TCHAR deprocessText (TCHAR text, int start, int end, boolean terminate) {
if (text == null) return null;
int length = text.length ();