mirror of https://github.com/adamdruppe/arsd.git
lineedit scrollbar
This commit is contained in:
parent
7a69e533ca
commit
13f9209c60
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue