Changeset 137 for trunk/src


Ignore:
Timestamp:
Jun 20, 1999, 10:50:18 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

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

    r134 r137  
    1 /* $Id: user32.cpp,v 1.9 1999-06-20 16:47:39 sandervl Exp $ */
     1/* $Id: user32.cpp,v 1.10 1999-06-20 20:50:18 sandervl Exp $ */
    22
    33/*
     
    559559  // 6-12-99 CB: WS_CLIPCHILDREN not set -> controls not redrawn
    560560  // Problems with group boxes
    561 
    562   //SvL: Correct window style (like Wine does) instead
     561  dwStyle |= WS_CLIPCHILDREN;
     562
     563  //SvL: Correct window style (like Wine does)
    563564  if(dwStyle & WS_CHILD) {
    564565        dwStyle |= WS_CLIPSIBLINGS;
Note: See TracChangeset for help on using the changeset viewer.