summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich <fheidric>2005-11-21 21:00:36 +0000
committerFelipe Heidrich <fheidric>2005-11-21 21:00:36 +0000
commit97f3459e7c761ee3d35bedb6ed5c58ee7a356656 (patch)
tree8b1a16eb18b244635c93c65e8c328d9781a19f85
parent9747fcc7eb584ce2c813fb0967618ef7da3ebd5c (diff)
downloadeclipse.platform.swt-97f3459e7c761ee3d35bedb6ed5c58ee7a356656.tar.gz
eclipse.platform.swt-97f3459e7c761ee3d35bedb6ed5c58ee7a356656.tar.xz
eclipse.platform.swt-97f3459e7c761ee3d35bedb6ed5c58ee7a356656.zip
*** empty log message ***
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
index 685718f0aa..3c0f4f6959 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
@@ -5183,9 +5183,10 @@ void handleResize(Event event) {
claimRightFreeSpace();
}
claimBottomFreeSpace();
- if (oldHeight != clientAreaHeight || wordWrap) {
- calculateTopIndex(0);
- }
+ //TODO FIX TOP INDEX DURING RESIZE
+// if (oldHeight != clientAreaHeight || wordWrap) {
+// calculateTopIndex(0);
+// }
}
/**
* Updates the caret position and selection and the scroll bars to reflect