EditTextView.st
changeset 3801 a8b96f9a7e6c
parent 3799 f6cbe8d860d5
child 3811 a56e6f74ee4d
--- a/EditTextView.st	Tue Dec 09 19:49:54 2008 +0100
+++ b/EditTextView.st	Tue Dec 09 21:50:38 2008 +0100
@@ -4305,7 +4305,6 @@
 
     cmdMacro := UserPreferences current functionKeySequences at:key ifAbsent:nil.
     cmdMacro notNil ifTrue:[
-self halt.
         self
             undoableDo:[ self executeKeyboardMacro:cmdMacro ]
             info: key.
@@ -7368,5 +7367,5 @@
 !EditTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.449 2008-12-09 18:49:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.450 2008-12-09 20:50:38 cg Exp $'
 ! !