Tk Library Source Code

Artifact [fc73a9fa85]
Login

Artifact fc73a9fa856b578c251a940203bcb6157a99cfdd:

Attachment "plotpriv.tcl.patch" to ticket [2520834fff] added by stwo 2009-01-20 03:01:03.
--- plotpriv.tcl.orig	Fri Jan  9 00:53:45 2009
+++ plotpriv.tcl	Mon Jan 19 13:05:55 2009
@@ -2074,7 +2074,8 @@
 
         set data_series($w,$series,rchartlimits) [list \
             [$w create line $pxmin $pymin $pxmax $pymin -fill $colour -tag [list data data_$series]] \
-            [$w create line $pxmin $pymax $pxmax $pymax -fill $colour -tag [list data data_$series]]
+            [$w create line $pxmin $pymax $pxmax $pymax -fill $colour -tag [list data data_$series]] \
+	]
     }
 }