aboutsummaryrefslogtreecommitdiff
path: root/c/listview.cpp
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-07-20 21:27:30 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-07-20 21:27:30 +0200
commit561ee240477e348efcd3670a5481ccb538d6724b (patch)
tree0bfee883963a390c657e627a2184068826168d6f /c/listview.cpp
parent3f842c733568aa9068aa83fad52540eb98f334b1 (diff)
downloadEpisodeBrowser-561ee240477e348efcd3670a5481ccb538d6724b.tar.gz
Simplify UpdateLayout.
Diffstat (limited to 'c/listview.cpp')
-rw-r--r--c/listview.cpp2
1 files changed, 2 insertions, 0 deletions
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;