fix msg filter not saving its state when reseting to display all articles

This commit is contained in:
Martin Rotter 2023-06-21 10:16:04 +02:00
parent 4c238d2e05
commit d38ea35cd3
1 changed files with 3 additions and 0 deletions

View File

@ -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) {