]> git.entuzijast.net Git - imunes.git/commitdiff
Bug found by:
authormarko <marko>
Mon, 26 Mar 2007 11:50:08 +0000 (11:50 +0000)
committermarko <marko>
Mon, 26 Mar 2007 11:50:08 +0000 (11:50 +0000)
Submitted by:
Requested by:
Reviewed by:
Approved by:
Obtained from:

Parse link color and width.  This allows color and width to be
correctly retrieved from save files / undolog.

cfgparse.tcl

index 9bb2045458ba8640d58d4c75c8a1c4f66d311230..bf7324f1a5cda5f127ae7da6dbc31c33bedb94d8 100755 (executable)
@@ -341,6 +341,12 @@ proc loadCfg { cfg } {
                        duplicate {
                            lappend $object "duplicate $value"
                        }
+                       color {
+                           lappend $object "color $value"
+                       }
+                       width {
+                           lappend $object "width $value"
+                       }
                    }
                } elseif {"$class" == "canvas"} {
                    switch -exact -- $field {