Ignore:
Timestamp:
Mar 14, 2000, 4:01:00 PM (25 years ago)
Author:
sandervl
Message:

combobox bug fixes (rp7 infinite loop)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/listbox.cpp

    r2852 r3108  
    1 /* $Id: listbox.cpp,v 1.20 2000-02-21 17:25:27 cbratschi Exp $ */
     1/* $Id: listbox.cpp,v 1.21 2000-03-14 15:00:59 sandervl Exp $ */
    22/*
    33 * Listbox controls
     
    12411241    {
    12421242        INT oldsel = descr->selected_item;
    1243 ////        if (index == oldsel) return LB_OKAY;
     1243        //SvL: Why was this commented out??? (enabled in latest wine code)
     1244        if (index == oldsel) return LB_OKAY;
     1245
    12441246        if (oldsel != -1) descr->items[oldsel].selected = FALSE;
    12451247        if (index != -1) descr->items[index].selected = TRUE;
Note: See TracChangeset for help on using the changeset viewer.