diff options
author | John Ankarström <john@ankarstrom.se> | 2022-02-15 16:56:31 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-02-15 16:56:31 +0100 |
commit | c605ea0545ac22dc328c83d78011e3d18346eb63 (patch) | |
tree | b809214638566a8dc0621095c4be3fd721577b0c /c/listview.c | |
parent | 2e5ea298da89df79fc057ad46253e5a9d860e7e3 (diff) | |
download | EpisodeBrowser-c605ea0545ac22dc328c83d78011e3d18346eb63.tar.gz |
Show data list view.
Diffstat (limited to 'c/listview.c')
-rw-r--r-- | c/listview.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c/listview.c b/c/listview.c index e38429b..66bcc29 100644 --- a/c/listview.c +++ b/c/listview.c @@ -18,7 +18,7 @@ LvCreate(HWND hWnd, HMENU hMenu) HWND hListView; hListView = CreateWindowEx( - 0, + WS_EX_CLIENTEDGE, WC_LISTVIEW, TEXT(""), WS_CHILD|WS_VISIBLE|WS_VSCROLL|LVS_REPORT, |