mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-11 07:33:49 +01:00
calculate total cound after msg important state change to show correct numbers in "Important messaegs"
This commit is contained in:
parent
1415da7d96
commit
899c7ccf06
@ -727,7 +727,7 @@ bool ServiceRoot::onAfterSwitchMessageImportance(RootItem* selected_item, const
|
||||
Q_UNUSED(selected_item)
|
||||
Q_UNUSED(changes)
|
||||
|
||||
updateCounts(false);
|
||||
updateCounts(true);
|
||||
itemChanged(getSubTree());
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user