Ignore:
Timestamp:
Feb 20, 2001, 6:22:06 PM (25 years ago)
Author:
sandervl
Message:

MDI activation fixes

File:
1 edited

Legend:

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

    r4839 r5217  
    1 /* $Id: win32wmdiclient.cpp,v 1.32 2000-12-24 14:54:07 sandervl Exp $ */
     1/* $Id: win32wmdiclient.cpp,v 1.33 2001-02-20 17:22:06 sandervl Exp $ */
    22/*
    33 * Win32 MDI Client Window Class for OS/2
     
    346346    {
    347347        prevActive->setStyle(prevActive->getStyle() | WS_SYSMENU);
     348        prevActive->DeactivateChildWindow();
    348349        prevActive->SendInternalMessageA( WM_NCACTIVATE, FALSE, 0L );
    349350        prevActive->SendInternalMessageA( WM_MDIACTIVATE, (WPARAM)prevActive->getWindowHandle(), (LPARAM)(child) ? child->getWindowHandle() : 0);
Note: See TracChangeset for help on using the changeset viewer.