diff --git a/minigui.d b/minigui.d index 4c57d33..6c1ae97 100644 --- a/minigui.d +++ b/minigui.d @@ -1820,7 +1820,7 @@ class LineEdit : Widget { super(parent); parentWindow = parent.parentWindow; createWin32Window(this, "edit", "", - WS_BORDER|WS_HSCROLL|ES_AUTOHSCROLL); + WS_BORDER);//|WS_HSCROLL|ES_AUTOHSCROLL); } string _content;