1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-01 11:32:34 +01:00

Fixed scrolling direction with mouse wheel for horizontal scrollers

This commit is contained in:
dan
2001-05-09 00:37:07 +00:00
parent 41c0e64eac
commit 19ad865f49
2 changed files with 26 additions and 16 deletions

View File

@@ -51,6 +51,7 @@ Changes since wmaker 0.64.0:
- fixed a bug that made the scroller knob jump backwards when dragged (this
bug had no relation with the behavior that #define STRICT_NEXT_BEHAVIOUR
attempts to accomplish).
- fixed scrolling direction with mouse wheel for horizontal scroller.
changes since wmaker 0.63.1:
@@ -65,7 +66,7 @@ changes since wmaker 0.63.1:
- Fixed a bug that caused sigsegv for a WMList with more than 32767 items.
- Added an example of how to create a server type program with WMConnection.
- added WMOpenScreen()
changes since wmaker 0.62.1:
............................