Changeset 1361
- Timestamp:
 - Dec 28, 2008, 10:39:22 PM (17 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/dll/findrec.c (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/dll/findrec.c
r1347 r1361 10 10 11 11 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 12 14 13 15 ***********************************************************************/ … … 131 133 WinSendMsg(hwndCnr, 132 134 CM_SCROLLWINDOW, 133 MPFROMSHORT(CMA_HORIZONTAL), MPFROMLONG(rcl.x Left - 4));135 MPFROMSHORT(CMA_HORIZONTAL), MPFROMLONG(rcl.xRight - rclViewport.xRight)); 134 136 } 135 137  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  