summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-02-21 02:07:50 (GMT)
committerhobbs <hobbs>2003-02-21 02:07:50 (GMT)
commitbe541dbd983a3d33cc41473c8ea42d515369410f (patch)
tree387ec363d63f92ef19d46605fb09266ec870bf6f /ChangeLog
parent2cb74285f2d3594505c682851f59449520957937 (diff)
downloadtk-be541dbd983a3d33cc41473c8ea42d515369410f.zip
tk-be541dbd983a3d33cc41473c8ea42d515369410f.tar.gz
tk-be541dbd983a3d33cc41473c8ea42d515369410f.tar.bz2
* win/tkWinScrlbr.c (UpdateScrollbar): use SIF_DISABLENOSCROLL to
"disable" scrollbar when on Windows when there is nothing to scroll. This is Windows style, and fixes [Bug #624116].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60e9b48..7dde307 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2003-02-20 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * win/tkWinScrlbr.c (UpdateScrollbar): use SIF_DISABLENOSCROLL to
+ "disable" scrollbar when on Windows when there is nothing to
+ scroll. This is Windows style, and fixes [Bug #624116].
+
+ * tests/panedwindow.test:
+ * generic/tkPanedWindow.c (ValidSashIndex): corrected to note that
+ 2 panes must exist before any one sash does. [tcllib Bug #689258]
+
2003-02-20 Peter Spjuth <peter.spjuth@space.se>
* tests/panedwindow.test: