Ignore:
Timestamp:
Mar 18, 2002, 2:02:45 PM (23 years ago)
Author:
sandervl
Message:

PF: Ownerdrawn listview control items have no margin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/listview.c

    r7976 r8096  
    61496149    }
    61506150  }
     6151#ifdef __WIN32OS2__
     6152          if(GetWindowLongA(hwnd, GWL_STYLE) & LVS_OWNERDRAWFIXED && lprc->left == REPORT_MARGINX) {
     6153              lprc->left = 0;
     6154          }
     6155#endif
    61516156  return bResult;
    61526157}
Note: See TracChangeset for help on using the changeset viewer.