diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-28 23:43:14 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-28 23:43:14 (GMT) |
commit | 54336c5070ceca45adeebef398a457aa99dd5f63 (patch) | |
tree | 6849b204934d0286023de9a56adaf14750d2cce3 /ChangeLog | |
parent | 0a5d0843c169cfee7963b1feb685c3df23fed7c5 (diff) | |
download | tk-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |