Changeset 143 for trunk/src


Ignore:
Timestamp:
Jun 21, 1999, 3:57:28 PM (26 years ago)
Author:
sandervl
Message:

Removed WS_CLIPCHILDREN in CreateWindowEx (due to EB's bugfix it's no longer necessary)

File:
1 edited

Legend:

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

    r139 r143  
    1 /* $Id: user32.cpp,v 1.11 1999-06-21 00:42:48 buerkle Exp $ */
     1/* $Id: user32.cpp,v 1.12 1999-06-21 13:57:28 sandervl Exp $ */
    22
    33/*
     
    559559  // 6-12-99 CB: WS_CLIPCHILDREN not set -> controls not redrawn
    560560  // Problems with group boxes
    561   dwStyle |= WS_CLIPCHILDREN;
     561  //SvL: Not necessary anymore (EB's fixes)
     562//  dwStyle |= WS_CLIPCHILDREN;
    562563
    563564  //SvL: Correct window style (like Wine does)
Note: See TracChangeset for help on using the changeset viewer.