lineedit scrollbar

This commit is contained in:
Adam D. Ruppe 2013-10-21 15:31:21 -04:00
parent 7a69e533ca
commit 13f9209c60
1 changed files with 1 additions and 1 deletions

View File

@ -1820,7 +1820,7 @@ class LineEdit : Widget {
super(parent); super(parent);
parentWindow = parent.parentWindow; parentWindow = parent.parentWindow;
createWin32Window(this, "edit", "", createWin32Window(this, "edit", "",
WS_BORDER|WS_HSCROLL|ES_AUTOHSCROLL); WS_BORDER);//|WS_HSCROLL|ES_AUTOHSCROLL);
} }
string _content; string _content;