Make nsSpaceManager::ClearRegions reset mLowestTop as well. b=198485 r+sr=roc

This commit is contained in:
dbaron%dbaron.org 2003-03-21 03:11:47 +00:00
parent 210db5ec17
commit f9e45e853e
2 changed files with 2 additions and 0 deletions

View File

@ -953,6 +953,7 @@ nsSpaceManager::ClearRegions()
{
ClearFrameInfo();
mBandList.Clear();
mLowestTop = NSCOORD_MIN;
}
void

View File

@ -953,6 +953,7 @@ nsSpaceManager::ClearRegions()
{
ClearFrameInfo();
mBandList.Clear();
mLowestTop = NSCOORD_MIN;
}
void