GraphicsContext.st
changeset 3535 d9e6b1086029
parent 3432 8ae62285f2a2
child 3663 d40999d6cd1e
--- a/GraphicsContext.st	Mon Oct 22 10:31:37 2001 +0200
+++ b/GraphicsContext.st	Tue Nov 06 09:41:46 2001 +0100
@@ -1075,7 +1075,7 @@
 
     |lastX lastY x0 y0 oldStyle|
 
-    ((device platformName ~= 'WIN32')
+    (false "(device platformName ~= 'WIN32')"
     or:[OperatingSystem isMSWINDOWSNTlike]) ifTrue:[
         oldStyle := lineStyle.
         self lineStyle:#dotted.
@@ -1112,7 +1112,7 @@
         self displayPointX:x y:y+o.
     ].
 
-    "Modified: / 18.9.1998 / 16:31:09 / cg"
+    "Modified: / 6.11.2001 / 08:48:18 / cg"
 !
 
 displayHorizontalWavelineFromX:x0 y:y0 toX:x1
@@ -2205,6 +2205,6 @@
 !GraphicsContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/GraphicsContext.st,v 1.90 2001-05-17 15:04:46 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/GraphicsContext.st,v 1.91 2001-11-06 08:41:46 cg Exp $'
 ! !
 GraphicsContext initialize!