Ignore:
Timestamp:
Feb 27, 2003, 3:22:45 PM (22 years ago)
Author:
sandervl
Message:

PF: Illegal PM sequence of maximizing from icon state corrected. Inter-thread controls change caused PM lockups. Rewrote PM window frame controls manipulation procedure

File:
1 edited

Legend:

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

    r9791 r9866  
    1 /* $Id: win32wbasenonclient.cpp,v 1.48 2003-02-13 10:12:27 sandervl Exp $ */
     1/* $Id: win32wbasenonclient.cpp,v 1.49 2003-02-27 14:22:45 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2 (non-client methods)
     
    13361336
    13371337    case SC_RESTORE:
     1338
     1339        //PF Start PM restoration routine first if we restore from icon
     1340        //so all internal PM logic will work - this routine will always
     1341        //lead to ShowWindow(SW_RESTORE)
     1342
     1343        if (getOldStyle() & WS_MINIMIZE)
     1344          OSLibWinRestoreWindow(getOS2FrameWindowHandle());
     1345        else
    13381346        ShowWindow(SW_RESTORE);
    13391347        break;
Note: See TracChangeset for help on using the changeset viewer.