Changeset 9342 for trunk/src


Ignore:
Timestamp:
Oct 11, 2002, 4:58:36 PM (23 years ago)
Author:
sandervl
Message:

SetParent bugfix; don't clear window id if parent is set to 0

File:
1 edited

Legend:

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

    r9265 r9342  
    1 /* $Id: win32wbase.cpp,v 1.340 2002-09-19 09:37:42 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.341 2002-10-11 14:58:36 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    29032903        OSLibWinSetParent(getOS2FrameWindowHandle(), OSLIB_HWND_DESKTOP);
    29042904
    2905         setWindowId(0);
     2905        //Do not change the window id!
     2906////        setWindowId(0);
    29062907    }
    29072908    /* SetParent additionally needs to make hwndChild the topmost window
Note: See TracChangeset for help on using the changeset viewer.