fix msg filter not saving its state when reseting to display all articles
This commit is contained in:
parent
4c238d2e05
commit
d38ea35cd3
1 changed files with 3 additions and 0 deletions
|
@ -137,6 +137,9 @@ void MessagesToolBar::handleMessageFilterChange(QAction* action) {
|
|||
}
|
||||
|
||||
m_menuMessageFilter->blockSignals(false);
|
||||
|
||||
checked_tasks_std.clear();
|
||||
checked_tasks_std.push_back(m_menuMessageFilter->actions().first());
|
||||
}
|
||||
else {
|
||||
for (QAction* tsk : checked_tasks_std) {
|
||||
|
|
Loading…
Add table
Reference in a new issue