mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-26 07:55:44 -04:00
Fix Forum Item sort on LastPost View.
msg.mMeta.mChildTs Was not updated when received new child so do it when creating GxsIdRSTreeWidgetItem.
This commit is contained in:
parent
f3d1a6c1ec
commit
beab81e134
4 changed files with 49 additions and 39 deletions
|
@ -218,8 +218,7 @@ void GxsForumsFillThread::run()
|
|||
std::cerr << "GxsForumsFillThread::run() adding " << msg.mMeta.mMsgId << std::endl;
|
||||
#endif
|
||||
|
||||
QTreeWidgetItem *item = mParent->convertMsgToThreadWidget(msg, mUseChildTS, mFilterColumn);
|
||||
threadPair.second->addChild(item);
|
||||
QTreeWidgetItem *item = mParent->convertMsgToThreadWidget(msg, mUseChildTS, mFilterColumn, threadPair.second);
|
||||
|
||||
calculateExpand(msg, item);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue