diff options
author | ericm <ericm> | 2000-04-17 17:44:27 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-04-17 17:44:27 (GMT) |
commit | 424e07b3f85a1f56fd99ca65cec5c2e570dcc31e (patch) | |
tree | 80db68bf6538a20eafdfc699a2239450feb16f7b /ChangeLog | |
parent | 05e60900653c4f5ca49f098f9eda63c573e8264e (diff) | |
download | tk-424e07b3f85a1f56fd99ca65cec5c2e570dcc31e.zip tk-424e07b3f85a1f56fd99ca65cec5c2e570dcc31e.tar.gz tk-424e07b3f85a1f56fd99ca65cec5c2e570dcc31e.tar.bz2 |
* tests/grid.test: Added test for [grid propagate . 0] to not toggle.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2000-04-17 Eric Melski <ericm@scriptics.com> + + * tests/grid.test: Added test for [grid propagate . 0] to not toggle. + + * generic/tkGrid.c: Fixed bogus logic in [grid propagate] that + caused [grid propagate . 0] to act as a toggle instead of an + absolute set. [Bug: 2286]. + 2000-04-16 Jeff Hobbs <hobbs@scriptics.com> * win/tkWinColor.c (FindSystemColor): correct calculation of |