DSVLabelView.st
changeset 4428 dc1eea56fb2f
parent 4162 a83bdc0dba68
child 4497 6e7ac0a33e52
--- a/DSVLabelView.st	Sat Sep 28 15:00:52 2013 +0200
+++ b/DSVLabelView.st	Wed Oct 02 16:09:13 2013 +0200
@@ -445,6 +445,7 @@
                 ]
             ].
             lineDrag := nil.
+            ^ self.
         ].
 
         ((colNr := dataSet xVisibleToColNr:x) notNil
@@ -764,10 +765,10 @@
 !DSVLabelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DSVLabelView.st,v 1.70 2013-01-11 10:44:40 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DSVLabelView.st,v 1.71 2013-10-02 14:09:13 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/DSVLabelView.st,v 1.70 2013-01-11 10:44:40 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DSVLabelView.st,v 1.71 2013-10-02 14:09:13 cg Exp $'
 ! !