diff --git a/AppKit/CPTableView.j b/AppKit/CPTableView.j index bae3414c7..025a6cccd 100644 --- a/AppKit/CPTableView.j +++ b/AppKit/CPTableView.j @@ -509,6 +509,11 @@ NOT YET IMPLEMENTED _objectValues = { }; _cachedRowHeights = []; + // Otherwise, if we have a row marked as group with a + // index greater than the new number or rows + // it keeps the the graphical group style. + [_groupRows removeAllIndexes]; + // This updates the size too. [self noteNumberOfRowsChanged];