From c8fa6c19088e54a6d176d26c32e3f206faddb844 Mon Sep 17 00:00:00 2001 From: jolavillette Date: Thu, 18 Dec 2025 20:02:36 +0100 Subject: [PATCH] Fix forums list and counter not displayed when the forum tab is selected for the first time --- retroshare-gui/src/gui/gxsforums/GxsForumsDialog.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/gxsforums/GxsForumsDialog.cpp b/retroshare-gui/src/gui/gxsforums/GxsForumsDialog.cpp index a8a9f2b0a..541a52c23 100644 --- a/retroshare-gui/src/gui/gxsforums/GxsForumsDialog.cpp +++ b/retroshare-gui/src/gui/gxsforums/GxsForumsDialog.cpp @@ -74,7 +74,8 @@ void GxsForumsDialog::handleEvent_main_thread(std::shared_ptr eve break; case RsForumEventCode::STATISTICS_CHANGED: - updateGroupStatistics(e->mForumGroupId); // update the list when redraw less often than once every 2 mins + updateDisplay(true); + updateGroupStatisticsReal(e->mForumGroupId); break; default: