Changeset 819
- Timestamp:
 - Aug 30, 2007, 1:10:10 AM (18 years ago)
 - Location:
 - trunk
 - Files:
 - 
      
- 2 edited
 
- 
          
  HISTORY (modified) (2 diffs)
 - 
          
  dll/newview.c (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/HISTORY
r815 r819 23 23 o Fixed the restore of the settings under "Include in details view" on the "DirView" 24 24 tab of the configuration notebook, Ticket 118/71 (John) 25 o Subject column can be moved to left side of split bar in directory container 25 o Subject column can be moved to left side of split bar in directory container 26 26 and/or sized which will truncate long subjects (Gregg) 27 27 o Avoid can not set fm3.ini read-only failure - DosSetPathInfo (Steven) 28 28 o Avoid exception when exiting File/Directory Object Information dialog (Steven) 29 29 o Fix a fast viewer text file load failure. (Gregg) 30 o Reversed behavior of horizontal scroll bar in fast viewer bar present with unwrapped text 31 absent with wrapped tex and hex 30 32 31 33 3.06 … … 1302 1304 1303 1305 $Id$ 1304  - 
      
trunk/dll/newview.c
r818 r819 23 23 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 24 24 26 Aug 07 GKY Fixed fast viewer text load failure 25 28 Aug 07 GKY Reversed horizontal scrollbar behavior to be present for unwrapped text and absent for wrapped text & hex. 25 26 26 27 … … 1867 1868 BOOL invalidate = FALSE; 1868 1869 1869 if (ad->wrapon || ad->hex) { 1870 if (ad->wrapon || ad->hex) { // GKY reverse case where hscroll bar is presnt 1870 1871 if (WinQueryWindow(ad->hhscroll, QW_PARENT) == ad->hwndFrame) { 1871 1872 invalidate = TRUE;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  