aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/syntax/syntaxedit.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-03-02 06:29:28 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-03-02 07:06:07 +0100
commitc79003f8328d22594d170367f39fb01a5a7102aa (patch)
tree2d12c5055bdfd7b7f1219a5f14abd06ae818463c /ui/syntax/syntaxedit.h
parentgo.mod: use latest for all trusted repos while under development (diff)
downloadwireguard-windows-c79003f8328d22594d170367f39fb01a5a7102aa.tar.xz
wireguard-windows-c79003f8328d22594d170367f39fb01a5a7102aa.zip
syntax: flat border
Diffstat (limited to '')
-rw-r--r--ui/syntax/syntaxedit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/syntax/syntaxedit.h b/ui/syntax/syntaxedit.h
index 12815278..4013f328 100644
--- a/ui/syntax/syntaxedit.h
+++ b/ui/syntax/syntaxedit.h
@@ -10,8 +10,8 @@
#include <windows.h>
#include <richedit.h>
-#define SYNTAXEDIT_STYLE (WS_CHILD | WS_CLIPSIBLINGS | ES_MULTILINE | WS_VISIBLE | WS_VSCROLL | WS_HSCROLL | WS_BORDER | WS_TABSTOP | ES_WANTRETURN | ES_NOOLEDRAGDROP)
-#define SYNTAXEDIT_EXTSTYLE (WS_EX_CLIENTEDGE)
+#define SYNTAXEDIT_STYLE (WS_CHILD | ES_MULTILINE | WS_VISIBLE | WS_VSCROLL | WS_BORDER | WS_HSCROLL | WS_TABSTOP | ES_WANTRETURN | ES_NOOLEDRAGDROP)
+#define SYNTAXEDIT_EXTSTYLE (0)
/* The old MFC reflection trick. */
#define WM_REFLECT (WM_USER + 0x1C00)