summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Clist_modern/src/modern_rowheight_funcs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_rowheight_funcs.cpp b/plugins/Clist_modern/src/modern_rowheight_funcs.cpp
index 93f51e9cdc..90f35d1b23 100644
--- a/plugins/Clist_modern/src/modern_rowheight_funcs.cpp
+++ b/plugins/Clist_modern/src/modern_rowheight_funcs.cpp
@@ -584,7 +584,7 @@ int cliGetRowBottomY(ClcData *dat, int item)
int cliGetRowTotalHeight(ClcData *dat)
{
if (!dat->row_variable_height)
- return dat->rowHeight * dat->row_heights_size;
+ return corecli.pfnGetRowTotalHeight(dat);
int y = 0;
for (int i = 0; i < dat->row_heights_size; i++)