Changeset 1857 for trunk/dll/treecnr.c
- Timestamp:
- Aug 18, 2015, 7:29:01 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/treecnr.c
r1856 r1857 361 361 362 362 if (~pciP->rc.flRecordAttr & CRA_EXPANDED) { 363 363 DbgMsg(pszSrcFile, __LINE__, "ShowTreeRec expanding %s", pciP->pszFileName); // 2015-08-04 SHL FIXME debug 364 364 WinSendMsg(hwndCnr, CM_EXPANDTREE, MPFROMP(pciP), MPVOID); 365 365 DosSleep(100); // 2015-08-13 SHL Let PM catch up … … 1338 1338 } 1339 1339 } 1340 DbgMsg(pszSrcFile, __LINE__, "TreeCnrWndProc UM_RESCAN PostMsg(UM_RESCAN2, %s)", pci->pszFileName); // 2015-08-04 SHL FIXME debug 1340 DbgMsg(pszSrcFile, __LINE__, "TreeCnrWndProc UM_RESCAN PostMsg(UM_RESCAN2, %p %s)", 1341 pci, pci && pci->pszFileName ? pci->pszFileName : "(null)"); // 2015-08-04 SHL FIXME debug 1341 1342 PostMsg(dcd->hwndObject, UM_RESCAN2, MPFROMP(pci), MPVOID); 1342 1343 if (hwndStatus2)
Note:
See TracChangeset
for help on using the changeset viewer.