ShadowView.st
changeset 729 d2fdca1c2895
parent 676 c51fc273f1cb
child 743 64c9b71b3cc4
--- a/ShadowView.st	Tue May 28 18:25:50 1996 +0200
+++ b/ShadowView.st	Tue May 28 18:29:33 1996 +0200
@@ -150,7 +150,7 @@
 	    right := width - shW.
 	    bot := height - shH.
 
-	    root := DisplayRootView new.
+	    root := device rootView.
 
 	    clr0 := Color colorId:0.
 	    clr1 := Color colorId:1.
@@ -225,5 +225,5 @@
 !ShadowView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.18 1996-05-12 20:02:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.19 1996-05-28 16:28:09 cg Exp $'
 ! !