Changeset 96 for trunk/mainwin.cpp


Ignore:
Timestamp:
Jul 23, 2021, 9:20:50 PM (4 years ago)
Author:
Gregg Young
Message:

Refocus window that had focus before the capture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mainwin.cpp

    r94 r96  
    684684        WinSetActiveWindow (HWND_DESKTOP, hwnd);
    685685        usState = STATE_IDLE;
     686        WinSetFocus(HWND_DESKTOP, hwndParent);
    686687        return MRESULT (FALSE);
    687688    }
Note: See TracChangeset for help on using the changeset viewer.