Ignore:
Timestamp:
Oct 12, 1999, 10:16:24 PM (26 years ago)
Author:
sandervl
Message:

Bugfix for SetPos bugfix, Edit controls now work, experimental fix in Edit control for VPBuddy

File:
1 edited

Legend:

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

    r1253 r1263  
    1 /* $Id: win32dlg.cpp,v 1.11 1999-10-11 20:54:25 sandervl Exp $ */
     1/* $Id: win32dlg.cpp,v 1.12 1999-10-12 20:16:23 sandervl Exp $ */
    22/*
    33 * Win32 Dialog Code for OS/2
     
    561561        dlgtemplate = (LPCSTR)getControl( (WORD *)dlgtemplate, &info, dlgInfo.dialogEx );
    562562
     563        dprintf(("Create CONTROL %d", info.id));
    563564        hwndCtrl = CreateWindowExW( info.exStyle | WS_EX_NOPARENTNOTIFY,
    564565                                    (LPCWSTR)info.className,
     
    587588            idResult = ::GetWindowWord( hwndCtrl, GWW_ID );
    588589        }
     590        dprintf(("Create CONTROL %d DONE", info.id));
    589591    }
    590592    return TRUE;
Note: See TracChangeset for help on using the changeset viewer.