X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/0c2986d033e11b811c34221a1fd4db3c9bc095e5..33232c8fb2ed915484358cf5c758419a376fae8b:/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);