Changeset 1299 for trunk/dll/treecnr.c
- Timestamp:
- Nov 29, 2008, 12:48:50 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/treecnr.c
r1277 r1299 806 806 WinSendMsg(dcd->hwndCnr, 807 807 CM_SCROLLWINDOW, 808 MPFROMSHORT(CMA_HORIZONTAL), MPFROMLONG(-1)); 808 MPFROMSHORT(CMA_HORIZONTAL), MPFROMLONG(-1)); 809 while (StubbyScanCount !=0) 810 DosSleep(100); 809 811 FillTreeCnr(dcd->hwndCnr, dcd->hwndParent); 810 812 if (fOkayMinimize) { … … 1689 1691 BOOL wasFollowing; 1690 1692 1691 DosEnterCritSec();1693 //DosEnterCritSec(); //GKY 11-28-08 1692 1694 wasFollowing = fFollowTree; 1693 1695 fFollowTree = FALSE; 1694 DosExitCritSec();1696 //DosExitCritSec(); 1695 1697 if (pci && (INT) pci != -1 && !(pci->flags & RECFLAGS_ENV)) { 1696 1698 WinSendMsg(hwnd, … … 1730 1732 } 1731 1733 } 1732 DosEnterCritSec();1734 //DosEnterCritSec(); //GKY 11-28-08 1733 1735 fFollowTree = wasFollowing; 1734 DosExitCritSec();1736 //DosExitCritSec(); 1735 1737 } 1736 1738 break;
Note:
See TracChangeset
for help on using the changeset viewer.