SimpleView.st
changeset 3774 a85ec40ac028
parent 3765 e008a9a2b3b8
child 3775 fc3a650b3e3c
--- a/SimpleView.st	Tue Nov 26 10:14:13 2002 +0100
+++ b/SimpleView.st	Fri Dec 06 15:16:45 2002 +0100
@@ -1373,6 +1373,9 @@
 displayOn:aGC
     "ST-80 compatibility: (re-)display myself"
 
+    aGC isStream ifTrue:[
+        ^ super displayOn:aGC
+    ].
     self redraw
 
     "Created: 4.6.1996 / 21:25:59 / cg"
@@ -9351,7 +9354,7 @@
 !SimpleView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.461 2002-11-11 18:09:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.462 2002-12-06 14:16:45 tm Exp $'
 ! !
 
 SimpleView initialize!