fix zombie group rows style. closes #1376

This commit is contained in:
Antoine Mercadal
2011-11-05 00:24:54 +01:00
parent 1133efb3f1
commit db76044880
+5
View File
@@ -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];