InputView.st
changeset 2772 71336ba2fc96
parent 2257 1e9572bb7ccd
child 2775 3d2b7f1ffc9b
--- a/InputView.st	Thu Oct 22 21:50:50 2009 +0200
+++ b/InputView.st	Fri Oct 23 17:22:48 2009 +0200
@@ -237,7 +237,7 @@
 
 initialize
     super initialize.
-    borderWidth := 0
+    self setBorderWidth:0
 ! !
 
 !InputView methodsFor:'redefined dummy'!
@@ -251,5 +251,9 @@
 !InputView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/InputView.st,v 1.20 2006-10-13 15:58:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/InputView.st,v 1.21 2009-10-23 15:22:48 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libview2/InputView.st,v 1.21 2009-10-23 15:22:48 cg Exp $'
 ! !