1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-30 18:32:34 +01:00

Fixed a bug in scroller code related to mouse wheels

This commit is contained in:
dan
2000-12-28 00:30:09 +00:00
parent 45869c37e0
commit f81d0f30de
2 changed files with 8 additions and 3 deletions

View File

@@ -73,6 +73,10 @@ changes since wmaker 0.62.1:
you need, by calling wsyserrorwithcode() and passing WCErrorCode, if
WCErrorCode > 0. If WCErrorCode==0, that is not a system error, and
wsyserrorwithcode() should not be called in this case.
- added WMNextHashEnumeratorKey() to retrieve all keys in some hash enumerator
one by one.
- fixed a bug with mouse wheels scrolling in scrollers even with the widget
fully visible.
changes since wmaker 0.62.0: