зеркало из https://github.com/github/putty.git
Add the LBS_NOTIFY style to the list box in colouredit(), which was
vital to it working right [originally from svn r730]
This commit is contained in:
Родитель
e32603347c
Коммит
cbf38bc831
|
@ -646,7 +646,7 @@ void colouredit(struct ctlpos *cp, char *stext, int sid, int listid,
|
|||
r.right = lwid; r.bottom = LISTHEIGHT;
|
||||
doctl(cp, r, "LISTBOX",
|
||||
WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL | LBS_HASSTRINGS |
|
||||
LBS_USETABSTOPS,
|
||||
LBS_USETABSTOPS | LBS_NOTIFY,
|
||||
WS_EX_CLIENTEDGE,
|
||||
"", listid);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче