EditField.st
changeset 2760 0bcd8637e70e
parent 2759 c7cdd64a930f
child 2779 5ca530482fdd
--- a/EditField.st	Tue May 13 18:00:59 2003 +0200
+++ b/EditField.st	Tue May 13 18:01:31 2003 +0200
@@ -2092,12 +2092,6 @@
     ]
 
     "Modified: 6.9.1995 / 13:57:53 / claus"
-!
-
-makeCursorVisible
-
-self contents size > 10 ifTrue:[self halt.].
-    super makeCursorVisible
 ! !
 
 !EditField methodsFor:'selections'!
@@ -2135,5 +2129,5 @@
 !EditField class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.168 2003-05-13 16:00:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.169 2003-05-13 16:01:31 cg Exp $'
 ! !