Ignore:
Timestamp:
Feb 2, 2003, 9:22:17 PM (23 years ago)
Author:
umoeller
Message:

Sources as of 1.0.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/cctl_cnr.c

    r243 r245  
    486486            }
    487487
    488             _PmpfF(("cyColTitlesBox %d, new cy: %d", pData->cyColTitlesBox, cy));
    489 
    490488            if (fl & DDFL_WINDOWSIZECHANGED)
    491489                WinSetWindowPos(pData->dwdContent.hwnd,
     
    508506                                cy,
    509507                                SWP_MOVE | SWP_SIZE);
    510 
    511                 _PmpfF(("updating VScroll, cy: %d, scrw.szlWorkarea.cy: %d",
    512                         cy,
    513                         pData->scrw.szlWorkarea.cy));
    514508            }
    515509
     
    523517                                pData->scrw.cyScrollBar,
    524518                                SWP_MOVE | SWP_SIZE);
    525 
    526                 _PmpfF(("updating HScroll, cx: %d, scrw.szlWorkarea.cx: %d",
    527                         cx,
    528                         pData->scrw.szlWorkarea.cx));
    529519            }
    530520
Note: See TracChangeset for help on using the changeset viewer.