Turned on incremental painting

This commit is contained in:
troy 1998-06-02 05:29:44 +00:00
Родитель f88c0a816c
Коммит 992a717874
6 изменённых файлов: 24 добавлений и 6 удалений

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

@ -675,7 +675,10 @@ nsBlockFrame::PlaceLine(nsBlockReflowState& aState,
child->GetNextSibling(child);
}
// XXX Paint this portion of ourselves
// Paint this portion of ourselves
if (!aLine->mBounds.IsEmpty()) {
Invalidate(aLine->mBounds);
}
}
// Consume space and advance running values

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

@ -675,7 +675,10 @@ nsBlockFrame::PlaceLine(nsBlockReflowState& aState,
child->GetNextSibling(child);
}
// XXX Paint this portion of ourselves
// Paint this portion of ourselves
if (!aLine->mBounds.IsEmpty()) {
Invalidate(aLine->mBounds);
}
}
// Consume space and advance running values

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

@ -675,7 +675,10 @@ nsBlockFrame::PlaceLine(nsBlockReflowState& aState,
child->GetNextSibling(child);
}
// XXX Paint this portion of ourselves
// Paint this portion of ourselves
if (!aLine->mBounds.IsEmpty()) {
Invalidate(aLine->mBounds);
}
}
// Consume space and advance running values

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

@ -675,7 +675,10 @@ nsBlockFrame::PlaceLine(nsBlockReflowState& aState,
child->GetNextSibling(child);
}
// XXX Paint this portion of ourselves
// Paint this portion of ourselves
if (!aLine->mBounds.IsEmpty()) {
Invalidate(aLine->mBounds);
}
}
// Consume space and advance running values

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

@ -675,7 +675,10 @@ nsBlockFrame::PlaceLine(nsBlockReflowState& aState,
child->GetNextSibling(child);
}
// XXX Paint this portion of ourselves
// Paint this portion of ourselves
if (!aLine->mBounds.IsEmpty()) {
Invalidate(aLine->mBounds);
}
}
// Consume space and advance running values

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

@ -675,7 +675,10 @@ nsBlockFrame::PlaceLine(nsBlockReflowState& aState,
child->GetNextSibling(child);
}
// XXX Paint this portion of ourselves
// Paint this portion of ourselves
if (!aLine->mBounds.IsEmpty()) {
Invalidate(aLine->mBounds);
}
}
// Consume space and advance running values