oops - halt
authorClaus Gittinger <cg@exept.de>
Tue, 09 Dec 2008 21:50:38 +0100
changeset 3801 a8b96f9a7e6c
parent 3800 380b2ee3b02b
child 3802 3c0da2ad5cb0
oops - halt
EditTextView.st
--- 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 $'
 ! !