Merge pull request #3077 from jolavillette/FixForumsListAndCounters
Some checks are pending
macOS Build / build (push) Waiting to run
MINGW64 Qt6 Build / build (push) Waiting to run
MINGW64 Qt5 Build / build (push) Waiting to run
UCRT64 Qt5 Build / build (push) Waiting to run
Ubuntu Qt 5 C/C++ CI / build (push) Waiting to run
Ubuntu Qt 6 C/C++ CI / build (push) Waiting to run

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: