aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generic/tkZinc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkZinc.c b/generic/tkZinc.c
index f620c93..bd02059 100644
--- a/generic/tkZinc.c
+++ b/generic/tkZinc.c
@@ -192,7 +192,7 @@ static Tk_ConfigSpec config_specs[] = {
"1", Tk_Offset(WidgetInfo, reshape), 0},
{TK_CONFIG_COLOR, "-selectbackground", "selectBackground", "Foreground",
"#a0a0a0", Tk_Offset(WidgetInfo, text_info.sel_color), 0},
- {TK_CONFIG_INT, "-speedvectorlength", "speedVectorLength",
+ {TK_CONFIG_DOUBLE, "-speedvectorlength", "speedVectorLength",
"SpeedVectorLength", "3", Tk_Offset(WidgetInfo, speed_vector_length), 0},
{TK_CONFIG_STRING, "-takefocus", "takeFocus", "TakeFocus",
NULL, Tk_Offset(WidgetInfo, take_focus), TK_CONFIG_NULL_OK},