aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Steps.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Steps.html')
-rw-r--r--doc/Steps.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<pre>
hwndScintilla = CreateWindowEx(0,
- &quot;Scintilla&quot;,&quot;&quot;, WS_CHILD|WS_VISIBLE|WS_TABSTOP,
+ &quot;Scintilla&quot;,&quot;&quot;, WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_CLIPCHILDREN,
10,10,500,400,hwndParent,(HMENU)GuiID, hInstance,NULL);
</pre>
<p>