UIObjectView.st
changeset 3019 8f9d189e1c21
parent 3015 194582b8825f
child 3082 e4df13b1a968
--- a/UIObjectView.st	Thu Jun 20 12:30:12 2013 +0200
+++ b/UIObjectView.st	Thu Jun 20 17:57:40 2013 +0200
@@ -1531,7 +1531,7 @@
 !
 
 selectNextUpInHierarchy
-    self halt:#ca.
+    self breakPoint:#ca.
 !
 
 selection:newSelection
@@ -2981,7 +2981,7 @@
 !
 
 on:aPainter
-    self halt:#ca.
+    self breakPoint:#ca.
     self initializeFor:aPainter
 ! !