ShadowView.st
changeset 642 aa4108a9abe0
parent 626 9f4a3aa6f8e2
child 676 c51fc273f1cb
--- a/ShadowView.st	Fri May 03 23:06:39 1996 +0200
+++ b/ShadowView.st	Sat May 04 01:05:49 1996 +0200
@@ -199,13 +199,15 @@
     self saveUnder:true
 !
 
-unrealize
+unmap
     imageUnderShadow := nil.
-    super unrealize.
+    super unmap.
+
+    "Modified: 3.5.1996 / 23:45:23 / stefan"
 ! !
 
 !ShadowView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.16 1996-04-30 13:43:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.17 1996-05-03 23:05:49 stefan Exp $'
 ! !