mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-26 09:42:25 +00:00
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:
parent
e32603347c
commit
cbf38bc831
@ -646,7 +646,7 @@ void colouredit(struct ctlpos *cp, char *stext, int sid, int listid,
|
|||||||
r.right = lwid; r.bottom = LISTHEIGHT;
|
r.right = lwid; r.bottom = LISTHEIGHT;
|
||||||
doctl(cp, r, "LISTBOX",
|
doctl(cp, r, "LISTBOX",
|
||||||
WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL | LBS_HASSTRINGS |
|
WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL | LBS_HASSTRINGS |
|
||||||
LBS_USETABSTOPS,
|
LBS_USETABSTOPS | LBS_NOTIFY,
|
||||||
WS_EX_CLIENTEDGE,
|
WS_EX_CLIENTEDGE,
|
||||||
"", listid);
|
"", listid);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user