mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-12 08:33:05 -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;
|
mGroup = group;
|
||||||
mChannelPostsModel->updateChannel(groupId());
|
mChannelPostsModel->updateChannel(groupId());
|
||||||
ui->filterLineEdit->clear();
|
whileBlocking(ui->filterLineEdit)->clear();
|
||||||
|
whileBlocking(ui->showUnread_TB)->setChecked(false);
|
||||||
|
|
||||||
insertChannelDetails(mGroup);
|
insertChannelDetails(mGroup);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue