Ignore:
Timestamp:
May 17, 2001, 11:50:30 AM (24 years ago)
Author:
sandervl
Message:

destroy menu window after it has been used (instead of just hiding it)

File:
1 edited

Legend:

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

    r5721 r5725  
    1 /* $Id: win32wbase.cpp,v 1.257 2001-05-16 07:42:26 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.258 2001-05-17 09:50:30 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    30943094
    30953095    dprintf(("SetActiveWindow %x", getWindowHandle()));
     3096    if(GetActiveWindow() == getWindowHandle()) {
     3097        dprintf(("Window already active"));
     3098        return getWindowHandle();
     3099    }
    30963100    if (HOOK_IsHooked( WH_CBT ))
    30973101    {
Note: See TracChangeset for help on using the changeset viewer.