diff options
author | Kevin Walzer <kw@codebykevin.com> | 2019-10-02 01:37:47 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2019-10-02 01:37:47 (GMT) |
commit | a2a6f3868e3bff66eaa0a1647585e6d33972cf0a (patch) | |
tree | 2d58862ba25624dd21059917dd076f0103d7b231 /generic/tkCanvPoly.c | |
parent | 0f436a709c2c16191b4aa1738c53e0f8b97c1a72 (diff) | |
download | tk-a2a6f3868e3bff66eaa0a1647585e6d33972cf0a.zip tk-a2a6f3868e3bff66eaa0a1647585e6d33972cf0a.tar.gz tk-a2a6f3868e3bff66eaa0a1647585e6d33972cf0a.tar.bz2 |
Revert change to tkCanvPoly.c because of failure in test suite
Diffstat (limited to 'generic/tkCanvPoly.c')
-rw-r--r-- | generic/tkCanvPoly.c | 2 |
1 files changed, 1 insertions, 1 deletions
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}, |