From d77a1f32a0ea391628a6c43dcfe02f648f1ae488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Mon, 4 Apr 2022 00:20:49 +0200 Subject: Show onfocused list view selection with gray background. --- c/listview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/listview.c') diff --git a/c/listview.c b/c/listview.c index 8a96219..e357905 100644 --- a/c/listview.c +++ b/c/listview.c @@ -20,7 +20,7 @@ LvCreate(HMENU hMenu) WC_LISTVIEW, TEXT(""), WS_CHILD|WS_VISIBLE|WS_VSCROLL|WS_TABSTOP - |LVS_REPORT|LVS_NOSORTHEADER, + |LVS_REPORT|LVS_NOSORTHEADER|LVS_SHOWSELALWAYS, 0, 0, 0, 0, HWnd, hMenu, GetModuleHandle(NULL), NULL ); -- cgit v1.2.3