diff options
author | wolfsuit <wolfsuit> | 2002-09-22 07:46:52 (GMT) |
---|---|---|
committer | wolfsuit <wolfsuit> | 2002-09-22 07:46:52 (GMT) |
commit | 2c1f6a36c2979271ddf10c49eab31b0a26b349fb (patch) | |
tree | 5e3270fdc5ab0e134e7868a9a381d6b7dcddbb32 /ChangeLog | |
parent | 54cfa15d4fc3958ac9a387965ae472bd82a8ba3c (diff) | |
download | tk-2c1f6a36c2979271ddf10c49eab31b0a26b349fb.zip tk-2c1f6a36c2979271ddf10c49eab31b0a26b349fb.tar.gz tk-2c1f6a36c2979271ddf10c49eab31b0a26b349fb.tar.bz2 |
2002-09-22 Jim Ingham <jingham@apple.com>
* macosx/tkMacOSXScrlbr.c (UpdateControlValue): HiliteControl
doesn't give the proper "nothing to scroll" look on Mac OS X.
You have to set the min value greater than the max value to
get this.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-09-22 Jim Ingham <jingham@apple.com> + + * macosx/tkMacOSXScrlbr.c (UpdateControlValue): HiliteControl + doesn't give the proper "nothing to scroll" look on Mac OS X. + You have to set the min value greater than the max value to + get this. + 2002-09-15 Mo DeJong <mdejong@users.sourceforge.net> * unix/configure: Regen. |