class: UIObjectView
authorClaus Gittinger <cg@exept.de>
Thu, 20 Jun 2013 17:57:40 +0200
changeset 3019 8f9d189e1c21
parent 3018 31dc0e6c143e
child 3020 7ee98e6a7aab
class: UIObjectView changed: #selectNextUpInHierarchy halts -> breakpoint
UIObjectView.st
--- 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
 ! !