PopUpView.st
changeset 168 57010634378f
parent 162 0f14db5e47c1
child 219 9ff0660f447f
--- a/PopUpView.st	Wed Aug 16 20:31:14 1995 +0200
+++ b/PopUpView.st	Sat Aug 19 04:40:24 1995 +0200
@@ -22,7 +22,7 @@
 COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.16 1995-08-08 01:24:26 claus Exp $
+$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.17 1995-08-19 02:39:37 claus Exp $
 '!
 
 !PopUpView class methodsFor:'documentation'!
@@ -43,7 +43,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.16 1995-08-08 01:24:26 claus Exp $
+$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.17 1995-08-19 02:39:37 claus Exp $
 "
 !
 
@@ -278,6 +278,10 @@
     ].
     super unrealize.
     shadowView notNil ifTrue:[shadowView unrealize].
+!
+
+restarted
+    ^ self
 ! !
 
 !PopUpView methodsFor:'accessing'!