From a2a6f3868e3bff66eaa0a1647585e6d33972cf0a Mon Sep 17 00:00:00 2001 From: Kevin Walzer Date: Wed, 2 Oct 2019 01:37:47 +0000 Subject: Revert change to tkCanvPoly.c because of failure in test suite --- generic/tkCanvPoly.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/tkCanvPoly.c b/generic/tkCanvPoly.c index eeba814..2663894 100644 --- a/generic/tkCanvPoly.c +++ b/generic/tkCanvPoly.c @@ -121,7 +121,7 @@ static const Tk_ConfigSpec configSpecs[] = { "0,0", offsetof(PolygonItem, tsoffset), TK_CONFIG_NULL_OK, &offsetOption}, {TK_CONFIG_COLOR, "-outline", NULL, NULL, - DEF_CANVITEM_OUTLINE, offsetof(PolygonItem, outline.color), TK_CONFIG_NULL_OK, NULL}, + NULL, offsetof(PolygonItem, outline.color), TK_CONFIG_NULL_OK, NULL}, {TK_CONFIG_CUSTOM, "-outlineoffset", NULL, NULL, "0,0", offsetof(PolygonItem, outline.tsoffset), TK_CONFIG_NULL_OK, &offsetOption}, -- cgit v0.12