Changeset 92 for trunk/mainwin.cpp
- Timestamp:
- Oct 7, 2020, 5:00:30 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mainwin.cpp
r69 r92 574 574 case UM_CAPTURE: 575 575 usState = STATE_WAITFORHIDE2; 576 #ifndef _QUIET_ 576 577 if (pset->SSWHide () && WinIsWindowVisible (hwndSnapshot)) 577 578 WinShowWindow (hwndSnapshot, FALSE); 578 579 else 580 #endif 579 581 WinSendMsg (hwnd, UM_CAPTURE2, 0,0); 580 582 return MRESULT (FALSE); … … 605 607 { 606 608 WinStopTimer (hab, hwnd, ulTimer); 609 #ifndef _QUIET_ 607 610 if (! WinIsWindowVisible (hwndSnapshot) && pset->SnapshotWindow ()) 608 611 WinShowWindow (hwndSnapshot, TRUE); 609 612 #endif 610 613 if (hbm) 611 614 {
Note:
See TracChangeset
for help on using the changeset viewer.