leftOver halts.
authorClaus Gittinger <cg@exept.de>
Mon, 20 Oct 2008 16:43:47 +0200
changeset 2422 d85ddb9b2355
parent 2421 2504941c00c2
child 2423 0c5ac1daf0e4
leftOver halts.
UIObjectView.st
--- a/UIObjectView.st	Mon Oct 20 16:42:56 2008 +0200
+++ b/UIObjectView.st	Mon Oct 20 16:43:47 2008 +0200
@@ -1289,7 +1289,7 @@
 !
 
 selectNextUpInHierarchy
-    self halt.
+    self halt:#ca.
 !
 
 selection:newSelection
@@ -2699,7 +2699,7 @@
 !
 
 on:aPainter
-    self halt.
+    self halt:#ca.
     self initializeFor:aPainter
 ! !