DebugView.st
changeset 1694 62c780a09148
parent 1693 ad3ab2e3e81b
child 1695 26d424d5bd6e
--- a/DebugView.st	Wed Jun 17 15:30:36 1998 +0200
+++ b/DebugView.st	Wed Jun 17 15:39:12 1998 +0200
@@ -3674,7 +3674,7 @@
                     ].
                     codeView makeSelectionVisible
                 ] ifFalse:[
-                    codeView unselect
+                    codeView unselect.
                     codeView scrollToTop
                 ]
             ].
@@ -3751,12 +3751,12 @@
     ]
 
     "Created: / 14.8.1997 / 20:15:00 / cg"
-    "Modified: / 17.6.1998 / 15:29:56 / cg"
+    "Modified: / 17.6.1998 / 15:38:40 / cg"
 ! !
 
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.203 1998-06-17 13:30:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.204 1998-06-17 13:39:12 cg Exp $'
 ! !
 DebugView initialize!