*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 15 Feb 2006 15:51:03 +0100
changeset 6559 0f2a2fb97405
parent 6558 1c948ee4326f
child 6560 80370d5aa971
*** empty log message ***
Tools_NavigationState.st
--- a/Tools_NavigationState.st	Tue Feb 14 15:31:12 2006 +0100
+++ b/Tools_NavigationState.st	Wed Feb 15 15:51:03 2006 +0100
@@ -316,7 +316,7 @@
 
 setUpScrollableCodeView
     scrollableCodeView isNil ifTrue:[
-        scrollableCodeView := ScrollableView for:CodeView.
+        scrollableCodeView := HVScrollableView for:CodeView.
         scrollableCodeView name:'CodeView'.
         scrollableCodeView horizontalMini:true.
         codeView := scrollableCodeView scrolledView.
@@ -1205,5 +1205,5 @@
 !NavigationState class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_NavigationState.st,v 1.9 2006-02-14 14:31:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_NavigationState.st,v 1.10 2006-02-15 14:51:03 cg Exp $'
 ! !