diff options
-rw-r--r-- | doc/Steps.html | 2 |
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, - "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); </pre> <p> |