Slider.st
changeset 2819 04c8432b57c8
parent 2700 7f796b46e1c7
child 4695 cf3b8a82392b
--- a/Slider.st	Wed May 11 11:27:04 2005 +0200
+++ b/Slider.st	Wed May 11 18:36:22 2005 +0200
@@ -249,12 +249,8 @@
 !Slider methodsFor:'event handling'!
 
 buttonPress:butt x:x y:y
-    ""
     self requestFocus.
     super buttonPress:butt x:x y:y
-
-
-
 !
 
 keyPress:key x:x y:y
@@ -401,5 +397,5 @@
 !Slider class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/Slider.st,v 1.37 2004-04-07 10:44:56 werner Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/Slider.st,v 1.38 2005-05-11 16:36:13 stefan Exp $'
 ! !