Ignore:
Timestamp:
Nov 11, 1999, 6:13:45 PM (26 years ago)
Author:
cbratschi
Message:

some edit fixes

File:
1 edited

Legend:

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

    r1704 r1705  
    1 /* $Id: pmframe.cpp,v 1.23 1999-11-11 13:17:30 sandervl Exp $ */
     1/* $Id: pmframe.cpp,v 1.24 1999-11-11 17:13:45 cbratschi Exp $ */
    22/*
    33 * Win32 Frame Managment Code for OS/2
     
    643643    {
    644644      WinSetParent(win32wnd->getHorzScrollHandle(),fShow ? win32wnd->getOS2FrameWindowHandle():HWND_OBJECT,FALSE);
    645       updateFlags = FCF_HORZSCROLL;
     645      updateFlags |= FCF_HORZSCROLL;
    646646    }
    647647  }
Note: See TracChangeset for help on using the changeset viewer.