1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-21 17:25:46 +01:00

- 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).
This commit is contained in:
dan
2001-04-29 03:24:17 +00:00
parent 3bde6495a3
commit 0616167b0f
2 changed files with 88 additions and 94 deletions

View File

@@ -48,6 +48,9 @@ Changes since wmaker 0.64.0:
- replaced some still left malloc's with wmalloc's.
- fixed a bug in WMReparentWidget()
- added WMReparentWidget() to WINGs.h
- 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).
changes since wmaker 0.63.1: