changeset 137:6a18312049fd

The splitbar needs to have the WS_CLIPCHILDREN style set.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 21 Oct 2002 14:26:27 +0000
parents 2584a4646b41
children d22b50184e3b
files os2/dw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/os2/dw.c	Mon Oct 21 11:41:30 2002 +0000
+++ b/os2/dw.c	Mon Oct 21 14:26:27 2002 +0000
@@ -6586,7 +6586,7 @@
 	HWND tmp = WinCreateWindow(HWND_OBJECT,
 							   SplitbarClassName,
 							   NULL,
-							   WS_VISIBLE,
+							   WS_VISIBLE | WS_CLIPCHILDREN,
 							   0,0,2000,1000,
 							   NULLHANDLE,
 							   HWND_TOP,