X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/0c2986d033e11b811c34221a1fd4db3c9bc095e5..e28350d4012739a2788d346ef03c5f2a36e21bf4:/winctrls.c diff --git a/winctrls.c b/winctrls.c index f214a2a2..9ed6a544 100644 --- a/winctrls.c +++ b/winctrls.c @@ -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);