Added invalidate of the cell map as well, since we don't know what has changed

This commit is contained in:
troy%netscape.com 1999-08-19 22:22:52 +00:00
Родитель af9e76ad65
Коммит fe01c4728f
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -2982,6 +2982,8 @@ NS_METHOD nsTableFrame::IR_TargetIsMe(nsIPresContext& aPresContext,
break;
case nsIReflowCommand::ReflowDirty:
// Problem is we don't know has changed, so assume the worst
InvalidateCellMap();
InvalidateFirstPassCache();
InvalidateColumnCache();
InvalidateColumnWidths();

Просмотреть файл

@ -2982,6 +2982,8 @@ NS_METHOD nsTableFrame::IR_TargetIsMe(nsIPresContext& aPresContext,
break;
case nsIReflowCommand::ReflowDirty:
// Problem is we don't know has changed, so assume the worst
InvalidateCellMap();
InvalidateFirstPassCache();
InvalidateColumnCache();
InvalidateColumnWidths();