Changeset 245 for trunk/src/helpers/cctl_cnr.c
- Timestamp:
- Feb 2, 2003, 9:22:17 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/cctl_cnr.c
r243 r245 486 486 } 487 487 488 _PmpfF(("cyColTitlesBox %d, new cy: %d", pData->cyColTitlesBox, cy));489 490 488 if (fl & DDFL_WINDOWSIZECHANGED) 491 489 WinSetWindowPos(pData->dwdContent.hwnd, … … 508 506 cy, 509 507 SWP_MOVE | SWP_SIZE); 510 511 _PmpfF(("updating VScroll, cy: %d, scrw.szlWorkarea.cy: %d",512 cy,513 pData->scrw.szlWorkarea.cy));514 508 } 515 509 … … 523 517 pData->scrw.cyScrollBar, 524 518 SWP_MOVE | SWP_SIZE); 525 526 _PmpfF(("updating HScroll, cx: %d, scrw.szlWorkarea.cx: %d",527 cx,528 pData->scrw.szlWorkarea.cx));529 519 } 530 520
Note:
See TracChangeset
for help on using the changeset viewer.