Changeset 137 for trunk/src/user32/user32.cpp
- Timestamp:
- Jun 20, 1999, 10:50:18 PM (26 years ago)
- 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:39sandervl Exp $ */1 /* $Id: user32.cpp,v 1.10 1999-06-20 20:50:18 sandervl Exp $ */ 2 2 3 3 /* … … 559 559 // 6-12-99 CB: WS_CLIPCHILDREN not set -> controls not redrawn 560 560 // 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) 563 564 if(dwStyle & WS_CHILD) { 564 565 dwStyle |= WS_CLIPSIBLINGS;
Note:
See TracChangeset
for help on using the changeset viewer.