Changeset 819


Ignore:
Timestamp:
Aug 30, 2007, 1:10:10 AM (18 years ago)
Author:
Gregg Young
Message:

History and comments update for horizontal scroll bar fix

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/HISTORY

    r815 r819  
    2323 o Fixed the restore of the settings under "Include in details view" on the "DirView"
    2424   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
    2626   and/or sized which will truncate long subjects (Gregg)
    2727 o Avoid can not set fm3.ini read-only failure - DosSetPathInfo (Steven)
    2828 o Avoid exception when exiting File/Directory Object Information dialog (Steven)
    2929 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
    3032
    31333.06
     
    13021304
    13031305$Id$
    1304 
  • trunk/dll/newview.c

    r818 r819  
    2323  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    2424  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.
    2526
    2627
     
    18671868      BOOL invalidate = FALSE;
    18681869
    1869       if (ad->wrapon || ad->hex) {
     1870      if (ad->wrapon || ad->hex) { // GKY reverse case where hscroll bar is presnt
    18701871        if (WinQueryWindow(ad->hhscroll, QW_PARENT) == ad->hwndFrame) {
    18711872          invalidate = TRUE;
Note: See TracChangeset for help on using the changeset viewer.