ChangeSet ID: 12839 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/07/08 15:15:46
Modified files: controls : scroll.c
Log message: Troy Rollo wine@troy.rollo.name - Setting the scroll range with the "bRedraw" flag set to true on a non-control scrollbar resulted in the scrollbar being drawn over the whole window area. - If you don't set WS_HSCROLL/WS_VSCROLL on window creation, setting a scroll range does nothing. Setting the scroll range to a non-zero range should cause scroll bars to be displayed. Setting the range to a zero range should cause the relevant scroll bar to be hidden.
Patch: http://cvs.winehq.org/patch.py?id=12839
Old revision New revision Changes Path 1.80 1.81 +4 -1 wine/controls/scroll.c