Changeset 2234 for trunk/src


Ignore:
Timestamp:
Dec 28, 1999, 11:15:53 PM (26 years ago)
Author:
sandervl
Message:

VT's listbox fix

File:
1 edited

Legend:

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

    r2185 r2234  
    1 /* $Id: listbox.cpp,v 1.15 1999-12-21 17:03:44 cbratschi Exp $ */
     1/* $Id: listbox.cpp,v 1.16 1999-12-28 22:15:53 sandervl Exp $ */
    22/*
    33 * Listbox controls
     
    12281228    {
    12291229        INT oldsel = descr->selected_item;
    1230         if (index == oldsel) return LB_OKAY;
     1230////        if (index == oldsel) return LB_OKAY;
    12311231        if (oldsel != -1) descr->items[oldsel].selected = FALSE;
    12321232        if (index != -1) descr->items[index].selected = TRUE;
Note: See TracChangeset for help on using the changeset viewer.