TextView.st
changeset 4499 c71755f2c04a
parent 4485 758e9ff26eda
child 4500 1fe68567471d
--- a/TextView.st	Fri Jan 18 10:50:30 2013 +0100
+++ b/TextView.st	Mon Jan 21 14:46:16 2013 +0100
@@ -548,6 +548,7 @@
                  )
                
               )
+              keepSpaceForOSXResizeHandle: true
             )
            )
          
@@ -4803,11 +4804,11 @@
 !TextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.344 2013-01-11 09:57:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.345 2013-01-21 13:46:16 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.344 2013-01-11 09:57:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.345 2013-01-21 13:46:16 cg Exp $'
 ! !