Ignore:
Timestamp:
Dec 5, 2002, 9:36:28 PM (23 years ago)
Author:
umoeller
Message:

New toolbar control.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/cctl_combo.c

    r222 r232  
    408408                    // our own owner, but replace the id
    409409                    // with the combo box id
    410                     WinPostMsg(WinQueryWindow(hwnd, QW_OWNER),
    411                                WM_CONTROL,
    412                                MPFROM2SHORT(WinQueryWindowUShort(hwnd, QWS_ID),
    413                                             uscode),
    414                                mp2);
     410                    ctlPostWmControl(hwnd,
     411                                     uscode,
     412                                     mp2);
    415413
    416414                    // do not call parent
Note: See TracChangeset for help on using the changeset viewer.