Ignore:
Timestamp:
Oct 7, 1999, 11:28:02 AM (26 years ago)
Author:
sandervl
Message:

EB's fixes + scrollbar changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/pmwindow.cpp

    r1154 r1159  
    1 /* $Id: pmwindow.cpp,v 1.15 1999-10-06 10:36:39 dengert Exp $ */
     1/* $Id: pmwindow.cpp,v 1.16 1999-10-07 09:28:01 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    776776     PSZ   wintext;
    777777
    778         if(wndpars->fsStatus & (WPM_CCHTEXT | WPM_TEXT)) {
     778        if(wndpars->fsStatus & (WPM_CCHTEXT | WPM_TEXT))
     779        {
    779780            if(wndpars->fsStatus & WPM_CCHTEXT)
    780781                wndpars->cchText = win32wnd->MsgGetTextLength();
    781782            if(wndpars->fsStatus & WPM_TEXT)
    782783                wndpars->pszText = win32wnd->MsgGetText();
     784
     785            wndpars->fsStatus = 0;
     786            wndpars->cbCtlData = 0;
     787            wndpars->cbPresParams = 0;
     788            RestoreOS2TIB();
    783789            return (MRESULT)TRUE;
    784790        }
Note: See TracChangeset for help on using the changeset viewer.