diff options
author | ericm <ericm> | 2000-10-24 23:51:32 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-10-24 23:51:32 (GMT) |
commit | cbe4193da475122d9dca8bfa030decadea66242c (patch) | |
tree | a1351ab32999ccdd7a0d7b478e6997177154c15f /ChangeLog | |
parent | 4c32f8f07eaea4de5aefe53de754a3c4a7d0ae05 (diff) | |
download | tk-cbe4193da475122d9dca8bfa030decadea66242c.zip tk-cbe4193da475122d9dca8bfa030decadea66242c.tar.gz tk-cbe4193da475122d9dca8bfa030decadea66242c.tar.bz2 |
* win/tkWinDraw.c (RenderObject): Applied patch from [Bug: 6368],
which corrects rendering of 1-pixel wide stippled lines on Windows.
* generic/tkCanvLine.c (DisplayLine): Applied patch from
[Bug: 6368], corrects bugs relating to use of active- and
disabledwidth values for displaying lines (disabledwidth was never
used, and activewidth/disablewidths would only possibly be used
when greater than default width, rather than when simply not equal
to default width).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2000-10-18 Eric Melski <ericm@ajubasolutions.com> + * win/tkWinDraw.c (RenderObject): Applied patch from [Bug: 6368], + which corrects rendering of 1-pixel wide stippled lines on Windows. + + * generic/tkCanvLine.c (DisplayLine): Applied patch from + [Bug: 6368], corrects bugs relating to use of active- and + disabledwidth values for displaying lines (disabledwidth was never + used, and activewidth/disablewidths would only possibly be used + when greater than default width, rather than when simply not equal + to default width). + * library/tkfbox.tcl (OkCmd): Applied patch from [Bug: 6365], which adds safety for directory names containing spaces or which are non-lists. |