Fix forums list and counter not displayed when the forum tab is selected for the first time

This commit is contained in:
jolavillette 2025-12-18 20:02:36 +01:00
parent e85e0ad782
commit c8fa6c1908

View file

@ -74,7 +74,8 @@ void GxsForumsDialog::handleEvent_main_thread(std::shared_ptr<const RsEvent> 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: