mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-26 05:35:13 -05:00
Fix forums list and counter not displayed when the forum tab is selected for the first time
This commit is contained in:
parent
e85e0ad782
commit
c8fa6c1908
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue