mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-18 05:50:39 -04:00
clear showOnlyUnread button when switching channels
This commit is contained in:
parent
9652654b6a
commit
cbb3b4cd6d
1 changed files with 2 additions and 1 deletions
|
@ -718,7 +718,8 @@ void GxsChannelPostsWidgetWithModel::updateGroupData()
|
|||
{
|
||||
mGroup = group;
|
||||
mChannelPostsModel->updateChannel(groupId());
|
||||
ui->filterLineEdit->clear();
|
||||
whileBlocking(ui->filterLineEdit)->clear();
|
||||
whileBlocking(ui->showUnread_TB)->setChecked(false);
|
||||
|
||||
insertChannelDetails(mGroup);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue