Changeset 1361


Ignore:
Timestamp:
Dec 28, 2008, 10:39:22 PM (17 years ago)
Author:
Gregg Young
Message:

Eliminate container scroll right unless needed to show end of item; scholl back left to eleiminate space following an item. Ticket 204

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/findrec.c

    r1347 r1361  
    1010
    1111  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
     12  28 Dec 08 GKY Containers will only scroll to the right if needed to show end of selected
     13                item and will scroll left to eliminate space after a selected item. Ticket 204
    1214
    1315***********************************************************************/
     
    131133  WinSendMsg(hwndCnr,
    132134             CM_SCROLLWINDOW,
    133              MPFROMSHORT(CMA_HORIZONTAL), MPFROMLONG(rcl.xLeft - 4));
     135             MPFROMSHORT(CMA_HORIZONTAL), MPFROMLONG(rcl.xRight - rclViewport.xRight));
    134136}
    135137
Note: See TracChangeset for help on using the changeset viewer.