ObjectView.st
changeset 3200 75936e57105f
parent 3199 893814d511ff
child 3203 e08d803ca42f
--- a/ObjectView.st	Fri Jul 22 11:41:35 2005 +0200
+++ b/ObjectView.st	Fri Jul 22 18:09:11 2005 +0200
@@ -1468,7 +1468,6 @@
 
 buttonRelease:button x:x y:y
     inMotion := false.
-    lastButt := nil.
 
     ((button == 1) or:[button == #select]) ifTrue:[
         releaseAction notNil ifTrue:[
@@ -3376,5 +3375,5 @@
 !ObjectView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.109 2005-07-22 09:41:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.110 2005-07-22 16:09:11 cg Exp $'
 ! !