Mark the bullet frame dirty when its ordinal change. b=203727 r+sr=dbaron

This commit is contained in:
Mats Palmgren 2008-10-11 03:41:10 +02:00
Родитель 9ec7bb6fbb
Коммит 3420930584
1 изменённых файлов: 2 добавлений и 3 удалений

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

@ -6560,9 +6560,8 @@ nsBlockFrame::RenumberListsFor(nsPresContext* aPresContext,
if (changed) {
kidRenumberedABullet = PR_TRUE;
// Invalidate the bullet content area since it may look different now
nsRect damageRect(nsPoint(0, 0), listItem->mBullet->GetSize());
listItem->mBullet->Invalidate(damageRect);
// The ordinal changed - mark the bullet frame dirty.
listItem->ChildIsDirty(listItem->mBullet);
}
}