From 561ee240477e348efcd3670a5481ccb538d6724b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 20 Jul 2022 21:27:30 +0200 Subject: Simplify UpdateLayout. --- c/listview.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c/listview.cpp') diff --git a/c/listview.cpp b/c/listview.cpp index 319433a..72c2c60 100644 --- a/c/listview.cpp +++ b/c/listview.cpp @@ -38,6 +38,8 @@ int ListView::Height(int bHeader) return iCount? Dpi(bHeader? 27: 4)+iCount*Dpi(19): 0; } +void ListView::ResizeColumns(RECT&) {} + void ListView::UpdateTheme(const BOOL bThemeActive) { DWORD dwStyle; -- cgit v1.2.3