summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-28 23:43:14 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-28 23:43:14 (GMT)
commit54336c5070ceca45adeebef398a457aa99dd5f63 (patch)
tree6849b204934d0286023de9a56adaf14750d2cce3 /ChangeLog
parent0a5d0843c169cfee7963b1feb685c3df23fed7c5 (diff)
downloadtk-54336c5070ceca45adeebef398a457aa99dd5f63.zip
tk-54336c5070ceca45adeebef398a457aa99dd5f63.tar.gz
tk-54336c5070ceca45adeebef398a457aa99dd5f63.tar.bz2
Corrected mouse-wheel bindings for widgets. Now Shift-wheel always scrolls the
text widget horizontally on all platforms.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67c6f3f..900b293 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
TIP #171 IMPLEMENTATION
+ * library/listbox.tcl, library/scrlbar.tcl, library/text.tcl: Adjust
+ users of the <MouseWheel> event to do the right thing horizontally as
+ well as vertically.
* win/tkWinX.c (GenerateXEvent): Redirect <MouseWheel> to the window
that contains the mouse.
* generic/tkEvent.c (InvokeFocusHandlers): Do not direct <MouseWheel>