#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Thu, 18 Jan 2018 17:02:13 +0100
changeset 8258 b80bc4ef7fd3
parent 8257 94cdb2927cb3
child 8259 9328dbbffcb9
#OTHER by cg code cleanup (beep handling)
SimpleView.st
--- a/SimpleView.st	Thu Jan 18 16:43:55 2018 +0100
+++ b/SimpleView.st	Thu Jan 18 17:02:13 2018 +0100
@@ -11902,7 +11902,7 @@
 
     self withCursor:(Cursor cross) do:[
         self beepInEditor.
-        Processor activeProcess millisecondDelay:200.
+        Delay waitForMilliseconds:200.
     ]
 !