mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-13 00:53:14 -04:00
fixed keeping post sizes when selelecting unread posts
This commit is contained in:
parent
0ff4426d72
commit
35e08e3b66
2 changed files with 1 additions and 5 deletions
retroshare-gui/src/gui/gxschannels
|
@ -173,11 +173,7 @@ void RsGxsChannelPostsModel::updateFilter(uint32_t& count)
|
|||
{
|
||||
preMods();
|
||||
|
||||
beginResetModel();
|
||||
|
||||
mFilteredPosts.clear();
|
||||
//mFilteredPosts.push_back(0);
|
||||
endResetModel();
|
||||
|
||||
for(size_t i=0;i<mPosts.size();++i)
|
||||
if(postPassesFilter(mPosts[i],mFilteredStrings,mFilterUnread))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue