Update siblings when turning on/off grouping

This commit is contained in:
Peter Penz 2012-02-28 17:16:46 +01:00
parent ee31c709a5
commit 90e6190f13

View file

@ -1085,6 +1085,7 @@ void KItemListView::slotGroupedSortingChanged(bool current)
}
}
updateSiblingsInformation();
doLayout(NoAnimation);
}