Merge pull request #3077 from jolavillette/FixForumsListAndCounters

Fix forums list and counters not displayed when the forum tab is selected for the first time
This commit is contained in:
csoler 2025-12-18 23:15:39 +01:00 committed by GitHub
commit fb56978989
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: