diff options
Diffstat (limited to 'Swift/Controllers/Roster')
-rw-r--r-- | Swift/Controllers/Roster/GroupRosterItem.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/Roster/GroupRosterItem.cpp b/Swift/Controllers/Roster/GroupRosterItem.cpp index b8fad07..a1c1156 100644 --- a/Swift/Controllers/Roster/GroupRosterItem.cpp +++ b/Swift/Controllers/Roster/GroupRosterItem.cpp @@ -25,6 +25,7 @@ void GroupRosterItem::setManualSort(const std::string& manualSortValue) { bool changed = manualSortValue_ != manualSortValue; manualSortValue_ = manualSortValue; if (changed) { + onChildrenChanged(); onDataChanged(); } } |