From 5a3872b7db300f6b9f95233fbc8a364b4eb537f8 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 12 Mar 2005 12:42:29 +0000 Subject: Fixed window style flags as described in Bug 1160718. --- doc/Steps.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/Steps.html') diff --git a/doc/Steps.html b/doc/Steps.html index a946f2517..ff88e88a0 100644 --- a/doc/Steps.html +++ b/doc/Steps.html @@ -30,7 +30,7 @@
 
 	hwndScintilla = CreateWindowEx(0,
-		"Scintilla","", WS_CHILD|WS_VISIBLE|WS_TABSTOP,
+		"Scintilla","", WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_CLIPCHILDREN,
 		10,10,500,400,hwndParent,(HMENU)GuiID, hInstance,NULL);
 		

-- cgit v1.2.3