• Keith Stevens's avatar
    comctl32: trackbar: Correctly set lSetMin and lSelMax. · de608991
    Keith Stevens authored
    Modify the behavior when the messages TBM_SETSEL, TBM_SETSELSTART, and
    TBM_SETSELEND are sent and TBS_ENABLESELRANGE is not set.  When the
    style TBS_ENABLESELRANGE is not set, Windows observed behavior is to
    set the Selection Start and End values to 0, rather than leave them
    unchanged.
    de608991
trackbar.c 33.5 KB