TopView.st
changeset 1476 fa1269fa6af6
parent 1410 ee1f7f3b2dfd
child 1481 335881213805
--- a/TopView.st	Thu Mar 20 22:05:53 1997 +0100
+++ b/TopView.st	Thu Mar 20 22:15:07 1997 +0100
@@ -461,16 +461,16 @@
     dev := device.                      "/ and device ...
     super destroy.                      "/ ... since destroy nils em
 
-    dev notNil ifTrue:[
-        dev flush
-    ].
+"/    dev notNil ifTrue:[
+"/        dev flush
+"/    ].
 
     "/
     "/ destroy slaves and partners
     "/
     self masterSlaveMessage:#destroy inGroup:wg
 
-    "Modified: 8.2.1997 / 16:56:02 / cg"
+    "Modified: 20.3.1997 / 22:14:16 / cg"
 !
 
 mapped
@@ -525,5 +525,5 @@
 !TopView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.41 1997-03-03 15:35:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.42 1997-03-20 21:15:07 cg Exp $'
 ! !