undo previous change
authorStefan Vogel <sv@exept.de>
Thu, 18 Sep 2008 12:04:38 +0200
changeset 3535 77f55c17f53d
parent 3534 9b243b355789
child 3536 3afcdcca3101
undo previous change
ComboBoxView.st
--- a/ComboBoxView.st	Wed Sep 17 16:47:46 2008 +0200
+++ b/ComboBoxView.st	Thu Sep 18 12:04:38 2008 +0200
@@ -297,8 +297,6 @@
     currentIndex := index.
 
     menuSelectAction value:what.
-
-    field modified:true.    "so that accept below sends the value"
     field accept.
 
     action notNil ifTrue:[
@@ -312,5 +310,5 @@
 !ComboBoxView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboBoxView.st,v 1.32 2008-09-17 14:47:46 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboBoxView.st,v 1.33 2008-09-18 10:04:38 stefan Exp $'
 ! !