summaryrefslogtreecommitdiff
path: root/itcl/iwidgets3.0.0/generic/watch.itk
diff options
context:
space:
mode:
Diffstat (limited to 'itcl/iwidgets3.0.0/generic/watch.itk')
-rwxr-xr-xitcl/iwidgets3.0.0/generic/watch.itk2
1 files changed, 1 insertions, 1 deletions
diff --git a/itcl/iwidgets3.0.0/generic/watch.itk b/itcl/iwidgets3.0.0/generic/watch.itk
index afd90a3ee91..bfe662ea2b9 100755
--- a/itcl/iwidgets3.0.0/generic/watch.itk
+++ b/itcl/iwidgets3.0.0/generic/watch.itk
@@ -594,7 +594,7 @@ configbody ::iwidgets::Watch::secondcolor {
# Configure the color of the ticks.
#
configbody ::iwidgets::Watch::tickcolor {
- watch itemconfigure tick -fill $itk_option(-tickcolor)
+ watch itemconfigure tick -outline $itk_option(-tickcolor)
}
# ------------------------------------------------------------------