Ignore:
Timestamp:
Sep 16, 2002, 1:18:37 PM (23 years ago)
Author:
sandervl
Message:

LISTVIEW_ProcessLetterKeys bugfix

File:
1 edited

Legend:

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

    r8852 r9247  
    763763    do {
    764764        if (idx == nSize) {
     765#ifdef __WIN32OS2__
     766            if (endidx == nSize || endidx == 0)
     767#else
    765768            if (endidx == nSize)
     769#endif
    766770                break;
    767771            idx=0;
Note: See TracChangeset for help on using the changeset viewer.