#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Wed, 22 Feb 2017 19:11:33 +0100
changeset 7933 e2afc749c8c1
parent 7932 bac3d9a3bfb9
child 7934 5c7dd401bfa2
#OTHER by cg comment in: #displayOn:
SimpleView.st
--- a/SimpleView.st	Wed Feb 22 19:06:27 2017 +0100
+++ b/SimpleView.st	Wed Feb 22 19:11:33 2017 +0100
@@ -1581,14 +1581,15 @@
     "ST-80 compatibility: (re-)display myself"
 
     "/ what a kludge - Dolphin and Squeak mean: printOn:;
-    "/ ST/X (and some old ST80's) mean: draw-yourself on.
+    "/ old ST80 means: draw-yourself on a GC.
     (aGCOrStream isStream) ifTrue:[
-	^ super displayOn:aGCOrStream
+        ^ super displayOn:aGCOrStream
     ].
     self redraw
 
-    "Created: 4.6.1996 / 21:25:59 / cg"
-    "Modified: 10.1.1997 / 19:46:58 / cg"
+    "Created: / 04-06-1996 / 21:25:59 / cg"
+    "Modified: / 10-01-1997 / 19:46:58 / cg"
+    "Modified (comment): / 22-02-2017 / 16:52:00 / cg"
 !
 
 displayPendingInvalidation