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:
Simon Tatham 2000-10-20 14:45:16 +00:00
Родитель e32603347c
Коммит cbf38bc831
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);