#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Sat, 09 Feb 2019 16:56:49 +0100
changeset 8624 a88b4a284416
parent 8621 3dfdc3632ae6
child 8625 beec97e88a69
#FEATURE by cg class: SimpleView added: #openInWorld compatibility
SimpleView.st
--- a/SimpleView.st	Sat Feb 02 11:42:35 2019 +0100
+++ b/SimpleView.st	Sat Feb 09 16:56:49 2019 +0100
@@ -1676,6 +1676,12 @@
 
     ^ 0@0 corner:(self corner)
 
+!
+
+openInWorld
+    self open
+
+    "Created: / 09-02-2019 / 16:55:50 / Claus Gittinger"
 ! !
 
 !SimpleView methodsFor:'accessing'!