calculate total cound after msg important state change to show correct numbers in "Important messaegs"
This commit is contained in:
parent
1415da7d96
commit
899c7ccf06
1 changed files with 1 additions and 1 deletions
|
@ -727,7 +727,7 @@ bool ServiceRoot::onAfterSwitchMessageImportance(RootItem* selected_item, const
|
||||||
Q_UNUSED(selected_item)
|
Q_UNUSED(selected_item)
|
||||||
Q_UNUSED(changes)
|
Q_UNUSED(changes)
|
||||||
|
|
||||||
updateCounts(false);
|
updateCounts(true);
|
||||||
itemChanged(getSubTree());
|
itemChanged(getSubTree());
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue