NoteBookView.st
changeset 4789 08b2e2ab6c26
parent 4788 fe61725d7fcc
child 4790 5310af42022f
--- a/NoteBookView.st	Tue Jun 23 22:14:48 2015 +0200
+++ b/NoteBookView.st	Tue Jun 23 22:32:53 2015 +0200
@@ -3452,9 +3452,9 @@
         "/ avoid infinite recursion,
         "/ due to selectionChanged -> model value -> model changes again -> selectionChanged...
         "/ ask cg before removing the withoutUdating:do: (had this in expecco)
-        model withoutUpdating:self do:[
+        "/ model withoutUpdating:self do:[
             model value:sel
-        ].
+        "/ ].
     ].
     action notNil ifTrue:[action value:sel]