*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 06 May 1997 14:56:31 +0200
changeset 1714 66143e4f3fcf
parent 1713 2cc82e800b8e
child 1715 c70e31496f91
*** empty log message ***
DevGC.st
DeviceGraphicsContext.st
--- a/DevGC.st	Tue May 06 14:55:31 1997 +0200
+++ b/DevGC.st	Tue May 06 14:56:31 1997 +0200
@@ -295,9 +295,9 @@
     ].
     device setClipByChildren:aBoolean in:drawableId gc:gcId
     device setNoClipIn:drawableId gc:gcId.
-/*
-    device setClipX:0 y:0 width:(self width) height:(self height) in:drawableId gc:gcId.
-*/
+"/
+"/    device setClipX:0 y:0 width:(self width) height:(self height) in:drawableId gc:gcId.
+"/
 
     "Created: 17.7.1996 / 13:25:16 / cg"
     "Modified: 29.4.1997 / 15:33:55 / dq"
@@ -3690,6 +3690,6 @@
 !DeviceGraphicsContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/DevGC.st,v 1.41 1997-05-06 12:50:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/DevGC.st,v 1.42 1997-05-06 12:56:31 cg Exp $'
 ! !
 DeviceGraphicsContext initialize!
--- a/DeviceGraphicsContext.st	Tue May 06 14:55:31 1997 +0200
+++ b/DeviceGraphicsContext.st	Tue May 06 14:56:31 1997 +0200
@@ -295,9 +295,9 @@
     ].
     device setClipByChildren:aBoolean in:drawableId gc:gcId
     device setNoClipIn:drawableId gc:gcId.
-/*
-    device setClipX:0 y:0 width:(self width) height:(self height) in:drawableId gc:gcId.
-*/
+"/
+"/    device setClipX:0 y:0 width:(self width) height:(self height) in:drawableId gc:gcId.
+"/
 
     "Created: 17.7.1996 / 13:25:16 / cg"
     "Modified: 29.4.1997 / 15:33:55 / dq"
@@ -3690,6 +3690,6 @@
 !DeviceGraphicsContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceGraphicsContext.st,v 1.41 1997-05-06 12:50:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceGraphicsContext.st,v 1.42 1997-05-06 12:56:31 cg Exp $'
 ! !
 DeviceGraphicsContext initialize!