From 671aeb41a1df6db58919f808a19abb412ccfdf7a Mon Sep 17 00:00:00 2001 From: marko Date: Mon, 26 Mar 2007 11:50:08 +0000 Subject: [PATCH] Bug found by: 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cfgparse.tcl b/cfgparse.tcl index 9bb2045..bf7324f 100755 --- a/cfgparse.tcl +++ b/cfgparse.tcl @@ -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 { -- 2.39.5