class: Tools::CodeView2
authorClaus Gittinger <cg@exept.de>
Wed, 10 Jul 2013 14:37:48 +0200
changeset 13156 6d5f9b00627e
parent 13155 0230b8afb999
child 13157 5226414cb2c1
class: Tools::CodeView2
Tools__CodeView2.st
--- a/Tools__CodeView2.st	Wed Jul 10 14:04:18 2013 +0200
+++ b/Tools__CodeView2.st	Wed Jul 10 14:37:48 2013 +0200
@@ -2650,7 +2650,7 @@
     aDrawable == self ifTrue:[
         ((srcY ~= dstY) and:[srcX = dstX]) ifTrue:[
             gutterView
-                copyFrom:gutterView x:0 y:srcY toX:0 y:dstY width:(gutterView width) height:h async:true
+                copyFrom:gutterView x:0 y:srcY toX:0 y:dstY width:(gutterView width) height:h async:false
         ]
     ].
     ^ super
@@ -3607,15 +3607,15 @@
 !CodeView2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.105 2013-07-09 20:37:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.106 2013-07-10 12:37:48 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.105 2013-07-09 20:37:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.106 2013-07-10 12:37:48 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeView2.st,v 1.105 2013-07-09 20:37:10 cg Exp $'
+    ^ '$Id: Tools__CodeView2.st,v 1.106 2013-07-10 12:37:48 cg Exp $'
 ! !